Close all floating views when animating to new screen for newly installed apps.
Bug: 64073932 Change-Id: I9253c38391af75ed44a057184144f6a3cee36e69
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user