mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix default of side nav alignment being incorrect value
This commit is contained in:
parent
f32228cdb2
commit
b49c773c41
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue