mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
onResume event should be logged (not twice but once)
Bug: 79541772 Change-Id: I5fe1271007e4579e1ec95d51c215ef48d0c6eedd
This commit is contained in:
@@ -102,9 +102,11 @@ public abstract class AbstractFloatingView extends LinearLayout implements Touch
|
||||
|
||||
public final void close(boolean animate) {
|
||||
animate &= !Utilities.isPowerSaverPreventingAnimation(getContext());
|
||||
if (mIsOpen) {
|
||||
BaseActivity.fromContext(getContext()).getUserEventDispatcher()
|
||||
.resetElapsedContainerMillis("container closed");
|
||||
}
|
||||
handleClose(animate);
|
||||
BaseActivity.fromContext(getContext()).getUserEventDispatcher()
|
||||
.resetElapsedContainerMillis("container closed");
|
||||
mIsOpen = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user