mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Fix for intermittent crash
// FREEBIE
This commit is contained in:
@@ -183,7 +183,7 @@ public abstract class CursorRecyclerViewAdapter<VH extends RecyclerView.ViewHold
|
||||
return cursor;
|
||||
}
|
||||
|
||||
private boolean isActiveCursor() {
|
||||
protected boolean isActiveCursor() {
|
||||
return valid && cursor != null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user