mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
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: I4acb12e46bc0928dd74448c566f70844d5c4e954 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