You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If three drawer is open, and the third drawer is destroyed, the previous two DebugDrawerLifecycleCallbacks will also be removed.
I think the code in onActivityDestroyed method also need check If the Destroyed Activity is current activity or not.
The text was updated successfully, but these errors were encountered:
DebugDrawer/debugdrawer/src/main/java/io/palaima/debugdrawer/DebugDrawerLifecycleCallbacks.java
Lines 43 to 47 in 49b5992
DebugDrawer/debugdrawer/src/main/java/io/palaima/debugdrawer/DebugDrawerLifecycleCallbacks.java
Lines 54 to 59 in 49b5992
If three drawer is open, and the third drawer is destroyed, the previous two
DebugDrawerLifecycleCallbacks
will also be removed.I think the code in
onActivityDestroyed
method also need check If the Destroyed Activity is current activity or not.The text was updated successfully, but these errors were encountered: