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
This commit is contained in:
committed by
Android (Google) Code Review
commit
a11802c486
@@ -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