Simplify AbstractFloatingView.closeOpenViews usage.

This is a follow-up code review to ag/1754638 to address a comment that was missed before the CR was pushed.

Bug: 227142635
Test: Folders still close when launcher is paused.
Change-Id: Ib6724dc3a6ba49e259ba7de655f6810d6a692d16
This commit is contained in:
Stefan Andonian
2022-04-07 20:04:55 +00:00
parent 2ff0a66b8e
commit d123fbd15d
+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);
}