store default if user didnt touch Font settings

This commit is contained in:
6543 2020-04-12 16:47:20 +02:00
parent fa4a298080
commit 9c5f9731f9
No known key found for this signature in database
GPG Key ID: A1CA74D27FD13271
1 changed files with 1 additions and 1 deletions

View File

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