youyuanme
youyuanme
SpringView.callFresh()方法无效? 需求是想在进入activity时自动显示下拉刷新,并且可以回调下面的onRefresh()方法。 mSpringView.setListener(new SpringView.OnFreshListener() { @Override public void onRefresh() { } @Override public void onLoadmore() { } });
 The above exception occurs when you switch back from the current application to another application.

在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 
 你好,我将你的lib库导入到我的项目中之后,运行正常但是来回切换其他程序后,回到自己app中,预览就成黑屏了。不知道你有遇到过这种问题没有?