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

Commit 08e29dc4 authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "Set the activity visible before starting its process" into main

parents a135e3db 460b2276
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1730,6 +1730,7 @@ class TaskFragment extends WindowContainer<WindowContainer> {
                if (DEBUG_SWITCH) Slog.v(TAG_SWITCH, "Restarting: " + next);
            }
            ProtoLog.d(WM_DEBUG_STATES, "resumeTopActivity: Restarting %s", next);
            next.setVisibility(true);
            mTaskSupervisor.startSpecificActivity(next, true, true);
        }