Friday
Friday
异常表明问题出现在 ActionMode.onPrepareActionMode 没有被调用导致 Menu 没有被初始化。 参考了这两篇文章 http://stackoverflow.com/questions/29927534/onprepareactionmode-not-called-when-creating-actionmode https://code.google.com/p/android/issues/detail?id=159527 我的编译版本是 21 ActionMode.onPrepareActionMode 函数需要使用 mActionMode.invalidate() 触发。 也有可能是我的编译版本的问题,但是我这里使用 19 编译会出现 multi dex 的异常。上述问题希望您还能看一下。
in your code, autoSelectView=true in the method onLoadFinish() in Class ForecastFragment ``` updateEmptyView(); if ( data.getCount() > 0 ) { mRecyclerView.getViewTreeObserver().addOnPreDrawListener(new ViewTreeObserver.OnPreDrawListener() { @Override public boolean onPreDraw() { // Since...
### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [Github issues](https://github.com/facebook/facebook-android-sdk/issues) - [X] I've...
### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [Github issues](https://github.com/facebook/facebook-android-sdk/issues) - [X] I've...
### Describe the issue pid: 14930, tid: 15892 >>> com.xproducer.yingshiai