mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-15 21:43:27 +02:00
Reduced logging
This commit is contained in:
@@ -3728,7 +3728,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
owner.getLifecycle().addObserver(new LifecycleObserver() {
|
||||
@OnLifecycleEvent(Lifecycle.Event.ON_DESTROY)
|
||||
public void onDestroyed() {
|
||||
Log.i(AdapterMessage.this + " parent destroyed");
|
||||
Log.d(AdapterMessage.this + " parent destroyed");
|
||||
AdapterMessage.this.parentFragment = null;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user