Fix font issues

This commit is contained in:
h4h13 2019-04-09 22:59:48 +05:30
parent 614d687827
commit 6eb59f6af3
18 changed files with 72 additions and 55 deletions

View file

@ -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) {