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

Commit ebf750bc authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android (Google) Code Review
Browse files

Merge "Fixed issue with paused activity still freezing display."

parents fc2d615a 07927bff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1018,6 +1018,10 @@ final class ActivityStack {
                if (DEBUG_PAUSE) Slog.v(TAG, "App died during pause, not stopping: " + prev);
                prev = null;
            }
            // It is possible the activity was freezing the screen before it was paused.
            // In that case go ahead and remove the freeze this activity has on the screen
            // since it is no longer visible.
            prev.stopFreezingScreenLocked(true /*force*/);
            mPausingActivity = null;
        }