Merge "Simplify AbstractFloatingView.closeOpenViews usage." into tm-dev

This commit is contained in:
Stefan Andonian
2022-04-08 16:06:26 +00:00
committed by Android (Google) Code Review
+1 -1
View File
@@ -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);
}