Loading packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotWindow.kt +1 −4 Original line number Diff line number Diff line Loading @@ -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 } } } Loading Loading
packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotWindow.kt +1 −4 Original line number Diff line number Diff line Loading @@ -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 } } } Loading