Revert "overlay/common: Unlock swipe gesture nav bar"

No longer needed. Starting with R 'true' is default.

This reverts commit 403a0ad3d8.

Change-Id: I18cccb5b057ab4742e839bb2786227ab41c07b1d
This commit is contained in:
razorloves
2020-10-21 23:49:28 -05:00
parent 445136f111
commit 9a376cf006

View File

@@ -74,9 +74,6 @@
<!-- Flag indicating whether round icons should be parsed from the application manifest. --> <!-- Flag indicating whether round icons should be parsed from the application manifest. -->
<bool name="config_useRoundIcon">true</bool> <bool name="config_useRoundIcon">true</bool>
<!-- Whether or not swipe up gesture's opt-in setting is available on this device -->
<bool name="config_swipe_up_gesture_setting_available">true</bool>
<!-- Whether or not we should show the option to show battery percentage --> <!-- Whether or not we should show the option to show battery percentage -->
<bool name="config_battery_percentage_setting_available">false</bool> <bool name="config_battery_percentage_setting_available">false</bool>