Merge "Check pendingIntent for intent fullscreen launch type" into udc-dev am: a11802c486 am: 7d17d40b2c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23571512 Change-Id: I76dbd4b0c33f382f7967007a4b8fe016280d8d29 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -320,7 +320,7 @@ class SplitSelectDataHolder(
|
||||
return SPLIT_SINGLE_SHORTCUT_FULLSCREEN
|
||||
}
|
||||
|
||||
if (initialIntent != null) {
|
||||
if (initialPendingIntent != null) {
|
||||
return SPLIT_SINGLE_INTENT_FULLSCREEN
|
||||
}
|
||||
throw IllegalStateException("Unidentified fullscreen launch type")
|
||||
|
||||
Reference in New Issue
Block a user