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

Commit 5db4e723 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed NPE when pause is complete on a dead app." into nyc-mr1-dev

parents 4efd735a e852400e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1308,7 +1308,9 @@ final class ActivityStack {
            // 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.
            if (prev != null) {
                prev.stopFreezingScreenLocked(true /*force*/);
            }
            mPausingActivity = null;
        }