From e536674f808920a83ed1558b032c65d3978f9025 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 5 Jun 2021 13:38:23 +1000 Subject: [PATCH] Android: Display cutout setting shouldn't be dependent --- android/app/src/main/res/xml/display_preferences.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/android/app/src/main/res/xml/display_preferences.xml b/android/app/src/main/res/xml/display_preferences.xml index ea9293892..2d55a57ed 100644 --- a/android/app/src/main/res/xml/display_preferences.xml +++ b/android/app/src/main/res/xml/display_preferences.xml @@ -85,7 +85,6 @@ app:key="Display/ExpandToCutout" app:title="@string/settings_expand_to_cutout" app:defaultValue="false" - app:dependency="Display/IntegerScaling" app:summary="@string/settings_summary_expand_to_cutout" app:iconSpaceReserved="false" />