diff options
-rw-r--r-- | java/com/android/incallui/theme/res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/incallui/theme/res/values/styles.xml b/java/com/android/incallui/theme/res/values/styles.xml index ac66ffd37..1291173b5 100644 --- a/java/com/android/incallui/theme/res/values/styles.xml +++ b/java/com/android/incallui/theme/res/values/styles.xml @@ -26,7 +26,7 @@ <item name="android:windowAnimationStyle">@null</item> <item name="android:windowBackground">?android:attr/colorBackground</item> - <item name="android:windowLayoutInDisplayCutoutMode">never</item> + </style> <style name="Theme.InCallScreen.ManageConference" parent="Dialer.ThemeBase.ActionBar"> |