Merge "Check pendingIntent for intent fullscreen launch type" into udc-dev

This commit is contained in:
TreeHugger Robot
2023-06-08 18:48:55 +00:00
committed by Android (Google) Code Review

View File

@@ -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")