Prevent crash

This commit is contained in:
M66B
2019-07-23 08:03:11 +02:00
parent c35e4a8b31
commit f22c8ce801
13 changed files with 0 additions and 26 deletions

View File

@@ -86,8 +86,6 @@ public class AdapterRuleMatch extends RecyclerView.Adapter<AdapterRuleMatch.View
@OnLifecycleEvent(Lifecycle.Event.ON_DESTROY)
public void onDestroyed() {
Log.i(AdapterRuleMatch.this + " parent destroyed");
AdapterRuleMatch.this.context = null;
AdapterRuleMatch.this.owner = null;
}
});
}