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

Commit 4ebf25b8 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

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