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

Commit 64eb8eaf authored by Jon Miranda's avatar Jon Miranda
Browse files

Close all floating views when animating to new screen for newly installed apps.

Bug: 64073932
Change-Id: I9253c38391af75ed44a057184144f6a3cee36e69
parent 457dedd1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1976,6 +1976,8 @@ public class Launcher extends BaseDraggingActivity implements LauncherExterns, L
                    mWorkspace.postDelayed(new Runnable() {
                        public void run() {
                            if (mWorkspace != null) {
                                AbstractFloatingView.closeAllOpenViews(Launcher.this, false);

                                mWorkspace.snapToPage(newScreenIndex);
                                mWorkspace.postDelayed(startBounceAnimRunnable,
                                        NEW_APPS_ANIMATION_DELAY);