Loading quickstep/src/com/android/quickstep/util/SplitSelectDataHolder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading Loading
quickstep/src/com/android/quickstep/util/SplitSelectDataHolder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading