Fixed Splash screen issues
This commit is contained in:
parent
2ef5a5903d
commit
33a0d113b8
5 changed files with 5 additions and 4 deletions
|
@ -109,7 +109,7 @@ class PlaylistsFragment :
|
|||
7 -> gridSizeMenu.findItem(R.id.action_grid_size_7).isChecked = true
|
||||
8 -> gridSizeMenu.findItem(R.id.action_grid_size_8).isChecked = true
|
||||
}
|
||||
val gridSize = if (RetroUtil.isLandscape) 4 else 2
|
||||
val gridSize = if (RetroUtil.isLandscape) 4 else 3
|
||||
if (gridSize < 8) {
|
||||
gridSizeMenu.findItem(R.id.action_grid_size_8).isVisible = false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue