Setting default grid size to medium

This commit is contained in:
Jay 2020-05-02 22:22:36 -04:00
parent b142b649e0
commit f2db2dbff5

View File

@ -175,7 +175,7 @@ class PreferencesHelper(val context: Context) {
fun libraryLayout() = rxPrefs.getInteger(Keys.libraryLayout, 1)
fun gridSize() = rxPrefs.getInteger(Keys.gridSize, 1)
fun gridSize() = rxPrefs.getInteger(Keys.gridSize, 2)
fun alwaysShowSeeker() = rxPrefs.getBoolean("always_show_seeker", false)