From 2515f0c35a6cc4c3a71ab24d0b8b01991efca8dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20G=C3=B6llner?= Date: Wed, 31 Jan 2024 14:50:56 +0000 Subject: [PATCH] [Comet] Tweak outer display cutout approximation rect to fix insets Since the cutout rect was not defined to start at the top of the screen, it was not considered to be on the side edge when the device was in landscape/seascape. This would make the status bar insets calculation not take it into account, and content would be displayed over the cutout area. Test: Manual Fixes: 321973422 Change-Id: I8a47f4636cf7251ff6c1f9e4e274c94ca44aacaf --- comet/overlay/frameworks/base/core/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comet/overlay/frameworks/base/core/res/res/values/config.xml b/comet/overlay/frameworks/base/core/res/res/values/config.xml index b307e7d..a9e67a7 100644 --- a/comet/overlay/frameworks/base/core/res/res/values/config.xml +++ b/comet/overlay/frameworks/base/core/res/res/values/config.xml @@ -221,7 +221,7 @@ - m 484,20 h 112 v 132 h -112 z + m 484,0 h 112 v 152 h -112 z @left