[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
This commit is contained in:
parent
7b8e561c02
commit
2515f0c35a
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
<string translatable="false" name="config_secondaryBuiltInDisplayCutoutRectApproximation">
|
<string translatable="false" name="config_secondaryBuiltInDisplayCutoutRectApproximation">
|
||||||
m 484,20 h 112 v 132 h -112 z
|
m 484,0 h 112 v 152 h -112 z
|
||||||
@left
|
@left
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue