Too bad it didn't fix the AndroidX crash

This commit is contained in:
M66B
2019-02-05 07:35:55 +00:00
parent f40d7fe7e8
commit d950157f3b
2 changed files with 1 additions and 9 deletions

View File

@@ -476,8 +476,6 @@ public class FragmentMessages extends FragmentBase {
@Override
public void onDestroy() {
if (selectionPredicate != null)
selectionPredicate.destroy();
selectionTracker = null;
super.onDestroy();
}