Revert "Removed the Samsung navbar height precalculation hack toggle from the Settings. The default value is fine and it no longer needs to be configured"
This reverts commit d2b4b15def.
This commit is contained in:
parent
d996b74b5e
commit
477e0924e1
3 changed files with 37 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
|||
android:title="@string/pref_category_usage_stats" />
|
||||
|
||||
<PreferenceCategory app:title="Hacks" app:singleLineTitle="true">
|
||||
<SwitchPreferenceCompat
|
||||
app:key="hack_precalculate_navbar_height_v3"
|
||||
app:title="Precalculate Navbar Height" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:key="pref_demo_mode"
|
||||
app:title="Demo Mode" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue