Merge "Check pendingIntent for intent fullscreen launch type" into udc-dev am: a11802c486
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23571512 Change-Id: I99dfb86f13fc284a3aff721a1af3968f33eb2cb4 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