commit | 5512286d9ced7e1a31ff551ba4151610f70a5dde | [log] [tgz] |
---|---|---|
author | Vinit Nayak <peanutbutter@google.com> | Mon Jun 05 14:30:02 2023 -0700 |
committer | Vinit Nayak <peanutbutter@google.com> | Mon Jun 05 14:30:02 2023 -0700 |
tree | ca2d4cd2da6f57a99e7efc09d224f3fb9ede5401 | |
parent | 59ec439e3639463e6ad23d59714ffcf1f445781a [diff] |
Check pendingIntent for intent fullscreen launch type Test: Started intent split from workspace, tapping on placeholder view doesn't crash, launches app Bug: 283045822 Flag: None Change-Id: I0525419e7aa7181faaf877e5948b4972a040b583
diff --git a/quickstep/src/com/android/quickstep/util/SplitSelectDataHolder.kt b/quickstep/src/com/android/quickstep/util/SplitSelectDataHolder.kt index 0631537..e073264 100644 --- a/quickstep/src/com/android/quickstep/util/SplitSelectDataHolder.kt +++ b/quickstep/src/com/android/quickstep/util/SplitSelectDataHolder.kt
@@ -320,7 +320,7 @@ return SPLIT_SINGLE_SHORTCUT_FULLSCREEN } - if (initialIntent != null) { + if (initialPendingIntent != null) { return SPLIT_SINGLE_INTENT_FULLSCREEN } throw IllegalStateException("Unidentified fullscreen launch type")