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

Commit 7d17d40b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

parents 0f8401c7 a11802c4
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")