mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 13:38:26 +00:00
setHasStableIds(false)
because that shit is not stable fixes #4128 // FREEBIE
This commit is contained in:
parent
14f7c2d7a1
commit
368f5c8dba
@ -40,7 +40,7 @@ public abstract class CursorRecyclerViewAdapter<VH extends RecyclerView.ViewHold
|
||||
cursor.registerDataSetObserver(observer);
|
||||
}
|
||||
|
||||
setHasStableIds(true);
|
||||
setHasStableIds(false);
|
||||
}
|
||||
|
||||
public Context getContext() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user