Merge "Public API setSplashScreenStyle(3/N)"

This commit is contained in:
Wei Sheng Shih
2022-01-06 05:25:32 +00:00
committed by Android (Google) Code Review
4 changed files with 4 additions and 4 deletions
@@ -508,7 +508,7 @@ public abstract class BaseQuickstepLauncher extends Launcher
ActivityOptionsCompat.setLauncherSourceInfo(
activityOptions.options, mLastTouchUpTime);
}
activityOptions.options.setSplashscreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON);
activityOptions.options.setSplashScreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON);
addLaunchCookie(item, activityOptions.options);
return activityOptions;
}