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

Commit 1d001a45 authored by Patrick Williams's avatar Patrick Williams Committed by Android (Google) Code Review
Browse files

Merge "Fix sensitive notification flag secure on resume" into main

parents 977dfc3e c12ff7d3
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -612,10 +612,8 @@ class RootWindowContainer extends WindowContainer<DisplayContent>
    }

    void refreshSecureSurfaceState() {
        forAllWindows((w) -> {
            if (w.mHasSurface) {
        forAllWindows(w -> {
            w.setSecureLocked(w.isSecureLocked());
            }
        }, true /* traverseTopToBottom */);
    }