Update PreferenceUtil.java

main
Hemanth S 2020-05-16 22:38:05 +05:30
parent 60145f7e6d
commit 06413312ea
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ public final class PreferenceUtil {
@LayoutRes
public int getArtistGridStyle() {
return mPreferences.getInt(ARTIST_GRID_STYLE, R.layout.item_grid);
return mPreferences.getInt(ARTIST_GRID_STYLE, R.layout.item_grid_circle);
}
public void setArtistGridStyle(@LayoutRes int artistGridStyle) {