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

Commit 24125503 authored by Stefan Andonian's avatar Stefan Andonian Committed by Android (Google) Code Review
Browse files

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

parents b34b4420 d123fbd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1189,7 +1189,7 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche
            mOverlayManager.onActivityResumed(this);
            mOverlayManager.onActivityResumed(this);
        }
        }


        AbstractFloatingView.closeOpenViews(this, false, TYPE_ALL & ~TYPE_REBIND_SAFE);
        AbstractFloatingView.closeAllOpenViewsExcept(this, false, TYPE_REBIND_SAFE);
        TraceHelper.INSTANCE.endSection(traceToken);
        TraceHelper.INSTANCE.endSection(traceToken);
    }
    }