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

Commit af6a5583 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix issue with app not becoming visible" into oc-mr1-dev

parents ac1924ce 8d06205d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1684,7 +1684,7 @@ final class ActivityRecord extends ConfigurationContainer implements AppWindowCo
     */
    void completeResumeLocked() {
        final boolean wasVisible = visible;
        visible = true;
        setVisible(true);
        if (!wasVisible) {
            // Visibility has changed, so take a note of it so we call the TaskStackChangedListener
            mStackSupervisor.mAppVisibilitiesChangedSinceLastPause = true;