mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Prevent crash
This commit is contained in:
@@ -297,8 +297,6 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> {
|
||||
public void onDestroyed() {
|
||||
Log.i(AdapterRule.this + " parent destroyed");
|
||||
AdapterRule.this.parentFragment = null;
|
||||
AdapterRule.this.context = null;
|
||||
AdapterRule.this.owner = null;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user