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

Commit a11802c4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 737c7f21 5512286d
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")