commit | 84ec20af98166b5b96ddf0f0135df9d7c81a1947 | [log] [tgz] |
---|---|---|
author | Vadim Caen <caen@google.com> | Mon Aug 30 16:37:31 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Aug 30 16:37:31 2021 +0000 |
tree | 619c83e3655b31ceff80cb440e66553f05adf7eb | |
parent | 0ff89bdbbfdd600e7161d488bd7696da2fb4cec1 [diff] | |
parent | 97aaa6e5aefefaa2680fda5b2218235bfabc2ef5 [diff] |
Merge "Disable splash screen for launches from widget." into sc-dev am: 97aaa6e5ae Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15685202 Change-Id: Ie2fcf73aaa402706eb369f41c0326c3d641974d5
diff --git a/quickstep/src/com/android/launcher3/uioverrides/QuickstepInteractionHandler.java b/quickstep/src/com/android/launcher3/uioverrides/QuickstepInteractionHandler.java index c2c721a..1cf50f7 100644 --- a/quickstep/src/com/android/launcher3/uioverrides/QuickstepInteractionHandler.java +++ b/quickstep/src/com/android/launcher3/uioverrides/QuickstepInteractionHandler.java
@@ -71,7 +71,7 @@ } } activityOptions.options.setPendingIntentLaunchFlags(Intent.FLAG_ACTIVITY_NEW_TASK); - activityOptions.options.setSplashscreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON); + activityOptions.options.setSplashscreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_EMPTY); Object itemInfo = hostView.getTag(); if (itemInfo instanceof ItemInfo) { mLauncher.addLaunchCookie((ItemInfo) itemInfo, activityOptions.options);