mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Reduced logging
This commit is contained in:
@@ -46,8 +46,7 @@ public class TwoStateOwner implements LifecycleOwner {
|
||||
owner.getLifecycle().addObserver(new LifecycleObserver() {
|
||||
@OnLifecycleEvent(Lifecycle.Event.ON_DESTROY)
|
||||
public void onDestroyed() {
|
||||
if (BuildConfig.DEBUG)
|
||||
Log.i("LifeCycle " + name + " parent destroyed");
|
||||
Log.d("LifeCycle " + name + " parent destroyed");
|
||||
destroy();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user