Changed default start page from albums to songs
This commit is contained in:
parent
5f33be24cc
commit
fc2741f088
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ public final class PreferenceUtil {
|
|||
editor.apply();
|
||||
}
|
||||
|
||||
public static final int DEFAULT_PAGE = 1;
|
||||
public static final int DEFAULT_PAGE = 0;
|
||||
|
||||
public final int getLastStartPage() {
|
||||
return mPreferences.getInt(LAST_START_PAGE, DEFAULT_PAGE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue