-
### How frequently does the bug occur?
Sometimes
### Description
The app just randomly crashes without logs at Crashlytics or Google Play Store.
### Stacktrace & log output
```shell
1:
14:16:58…
-
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
at com.zhihu.matisse.internal.entity.Item.isImage(Item…
-
用的是3.0.4
先给adapter设置一遍数据setDiffNewData(list)然后再setDiffNewData(null)会出以下bug
` Fatal Exception: java.lang.IndexOutOfBoundsException
Inconsistency detected. Invalid view holder adapter positionBaseV…
-
``` java
HomeAdapter adapter = new HomeAdapter(getActivity(), R.layout.item_home, datas);
mLoadMoreWrapper = new LoadMoreWrapper(adapter);
HeaderAndFooterWrapper headerAndFooterWrapper = new HeaderAnd…
-
-
"menu" переименовал бы на "menuId"
"click" на "clickListener"
`fun processTitle(textTitle: TextView)` на `fun TextView.changeTitile()`
```
var itemLayoutId = R.layout.item_linear`
if (layoutManag…
-
java.lang.IllegalArgumentException: The observer is null.
at android.database.Observable.registerObserver(Observable.java:45)
…
-
![image](https://user-images.githubusercontent.com/16949474/142379084-e8d0eaf9-a768-4893-b60a-77669f18bd84.png)
当使用`autoRefresh()` 后, 先调用`finishRefresh()` , 后调用 `adapter.notifyDataSetChanged()` 会…
-
In my fragment i've done
val kohii = Kohii[this]
val manager = kohii.register(this).addBucket(binding.recyclerView)
then I pass them to my adapter like
val adapter = MainTimel…
-
After remove first element and call notifyItemRangeRemoved(0,1) in adapter I have got a exception
```
java.lang.IndexOutOfBoundsException: Inconsistency detected. Invalid item position 0(offset:-1).…