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

Commit b0ae2973 authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Revert "Call invalidate on screenshot view when insets change"" into main

parents 9a47c716 102963e1
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -102,10 +102,7 @@ constructor(context: Context, @Assisted private val display: Display) {
            clipChildren = false
            clipToPadding = false
            // ignore system bar insets for the purpose of window layout
            setOnApplyWindowInsetsListener { _, _ ->
                decorView.post { decorView.invalidate() }
                WindowInsets.CONSUMED
            }
            setOnApplyWindowInsetsListener { _, _ -> WindowInsets.CONSUMED }
        }
    }