Default to Manrope in settings.

This commit is contained in:
opyale
2020-04-12 15:01:55 +02:00
parent f96f6eb265
commit b1f09465c5

View File

@ -124,7 +124,7 @@ public class SettingsFragment extends Fragment {
}
if(customFontSelectedChoice == 0) {
customFontSelectedChoice = tinyDb.getInt("customFontId");
customFontSelectedChoice = tinyDb.getInt("customFontId", 1);
}
if(themeSelectedChoice == 0) {