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

Commit c36d7e4f authored by Charles Chen's avatar Charles Chen Committed by Android (Google) Code Review
Browse files

Merge "Fix placeholder not shown after launch again" into tm-dev

parents e81d58eb f7a3e79f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -501,7 +501,7 @@ public class SplitController implements JetpackTaskFragmentOrganizer.TaskFragmen
        final  TaskFragmentContainer container = getContainerWithActivity(
                activity.getActivityToken());
        // Don't launch placeholder if the container is occluded.
        if (container != getTopActiveContainer()) {
        if (container != null && container != getTopActiveContainer()) {
            return false;
        }