Merge changes from topic "presubmit-am-d0781e1f1b78407a92b2f064380bea1a" into tm-mainline-prod
* changes:
[automerge] Simplify AbstractFloatingView.closeOpenViews usage. 2p: d123fbd15d
Simplify AbstractFloatingView.closeOpenViews usage.
This commit is contained in:
committed by
Android (Google) Code Review
commit
63035a3624
@@ -1189,7 +1189,7 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche
|
||||
mOverlayManager.onActivityResumed(this);
|
||||
}
|
||||
|
||||
AbstractFloatingView.closeOpenViews(this, false, TYPE_ALL & ~TYPE_REBIND_SAFE);
|
||||
AbstractFloatingView.closeAllOpenViewsExcept(this, false, TYPE_REBIND_SAFE);
|
||||
TraceHelper.INSTANCE.endSection(traceToken);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user