store default if user didnt touch Font settings
This commit is contained in:
@ -124,7 +124,7 @@ public class SettingsFragment extends Fragment {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(customFontSelectedChoice == 0) {
|
if(customFontSelectedChoice == 0) {
|
||||||
customFontSelectedChoice = tinyDb.getInt("customFontId", 1);
|
customFontSelectedChoice = tinyDb.getInt("customFontId", -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(themeSelectedChoice == 0) {
|
if(themeSelectedChoice == 0) {
|
||||||
|
Reference in New Issue
Block a user