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

Commit 6ae44280 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

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

am: 4ebf25b8

Change-Id: I57cbbf6fb290fc49d09fb257ed9c10a2f2af4c25
parents 262eddad 4ebf25b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1693,7 +1693,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;