youyuanme

Results 5 issues of youyuanme

SpringView.callFresh()方法无效? 需求是想在进入activity时自动显示下拉刷新,并且可以回调下面的onRefresh()方法。 mSpringView.setListener(new SpringView.OnFreshListener() { @Override public void onRefresh() { } @Override public void onLoadmore() { } });

![5](https://user-images.githubusercontent.com/11382521/35433214-8e8cb882-02bd-11e8-8a18-00697ff216f0.jpg) The above exception occurs when you switch back from the current application to another application.

![1516674733](https://user-images.githubusercontent.com/11382521/35255274-331179d4-0029-11e8-8612-8efe343c0093.jpg)

在activity 中的 onDestroy()方法中调用了mStreamer.release();方法之后,finish()当前activity执行到mStreamer.release()方式时app就闪退了。报一下异常: libc: FORTIFY: pthread_mutex_destroy called on a destroyed mutex (0xe6c27558) libc: Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 7044 (om.liktian.ncjc), pid 7044 ![)C8(H2CV)00J4)5_@9IK@3V](https://user-images.githubusercontent.com/11382521/61529663-84976580-aa54-11e9-9057-5c98ab010db8.png)

![35433214-8e8cb882-02bd-11e8-8a18-00697ff216f0](https://user-images.githubusercontent.com/11382521/36890162-dd195c18-1e37-11e8-9669-0ce88256e6d0.jpg) 你好,我将你的lib库导入到我的项目中之后,运行正常但是来回切换其他程序后,回到自己app中,预览就成黑屏了。不知道你有遇到过这种问题没有?