fix default of side nav alignment being incorrect value

This commit is contained in:
Jays2Kings 2021-10-28 00:14:32 -04:00
parent f32228cdb2
commit b49c773c41

View file

@ -110,7 +110,7 @@ class SettingsAppearanceController : SettingsController() {
R.string.bottom,
)
entryRange = 0..2
defaultValue = 0
defaultValue = 1
isVisible = max(
context.resources.displayMetrics.widthPixels,
context.resources.displayMetrics.heightPixels