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

Commit a45b5e02 authored by twyen's avatar twyen Committed by Copybara-Service
Browse files

Ignore display cutout for in call UI.

Per android documentation, LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER should be used for activities that changes SYSTEM_UI_FLAG_FULLSCREEN on runtime to avoid relayout. It has caused flickering issues for video calls.

SYSTEM_UI_FLAG_FULLSCREEN is only used  in InCallActivity

TEST=manual
Bug: 110489070
Test: manual
PiperOrigin-RevId: 201590805
Change-Id: Ia5ee986540fc3b10ddda7f4c9d1a13ed35c43828
parent 1432364e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@

    <item name="android:windowBackground">@drawable/incall_background_gradient</item>
    <item name="android:windowShowWallpaper">true</item>
    <item name="android:windowLayoutInDisplayCutoutMode">never</item>
  </style>

  <style name="Theme.InCallScreen.ManageConference" parent="Dialer.ThemeBase.ActionBar">