Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5512286d authored by Vinit Nayak's avatar Vinit Nayak
Browse files

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
parent 59ec439e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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")