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

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

Merge "Fix NullPointerException for baseActivity" into main

parents ac325b92 14ff66df
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3739,8 +3739,9 @@ public class StageCoordinator implements SplitLayout.SplitLayoutHandler,
                mSplitTransitions.startDismissTransition(wct, StageCoordinator.this, stageType,
                        EXIT_REASON_APP_DOES_NOT_SUPPORT_MULTIWINDOW);
                Log.w(TAG, splitFailureMessage("onNoLongerSupportMultiWindow",
                        "app package " + taskInfo.baseActivity.getPackageName()
                        + " does not support splitscreen, or is a controlled activity type"));
                        "app package " + taskInfo.baseIntent.getComponent()
                                + " does not support splitscreen, or is a controlled activity"
                                + " type"));
                if (splitScreenVisible) {
                    handleUnsupportedSplitStart();
                }