Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d123fbd1 authored by Stefan Andonian's avatar Stefan Andonian
Browse files

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
parent 2ff0a66b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }