Fix font issues
This commit is contained in:
parent
614d687827
commit
6eb59f6af3
18 changed files with 72 additions and 55 deletions
|
@ -265,7 +265,7 @@ public final class PreferenceUtil {
|
|||
|
||||
|
||||
public final int getLastPage() {
|
||||
return mPreferences.getInt(LAST_PAGE, R.id.action_song);
|
||||
return mPreferences.getInt(LAST_PAGE, R.id.action_home);
|
||||
}
|
||||
|
||||
public void setLastPage(final int value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue