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

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

Merge "Reset freezing flag when window is no longer freezing screen"

parents 1979440e 953171db
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2650,6 +2650,8 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
            return unfrozeWindows;
        }

        mAppFreezing = false;

        if (mHasSurface && !mOrientationChanging
                && mService.mWindowsFreezingScreen != WINDOWS_FREEZING_SCREENS_TIMEOUT) {
            if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "set mOrientationChanging of " + this);