Loading services/core/java/com/android/server/am/ActivityStack.java +3 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
services/core/java/com/android/server/am/ActivityStack.java +3 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading