mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Merge "Fix lint error in errorprone target (only in tm-qpr-dev)" into tm-qpr-dev am: ec6c2591c5
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22293181 Change-Id: I57167b224875742ac7f31069e18ebb02460b54b9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -324,8 +324,9 @@ public interface ActivityContext {
|
||||
Bundle optsBundle = null;
|
||||
if (v != null) {
|
||||
optsBundle = getActivityLaunchOptions(v, item).toBundle();
|
||||
} else if (item != null && item.animationType == LauncherSettings.Animation.DEFAULT_NO_ICON
|
||||
&& Utilities.ATLEAST_T) {
|
||||
} else if (android.os.Build.VERSION.SDK_INT >= 33
|
||||
&& item != null
|
||||
&& item.animationType == LauncherSettings.Animation.DEFAULT_NO_ICON) {
|
||||
optsBundle = ActivityOptions.makeBasic()
|
||||
.setSplashScreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR).toBundle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user