mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
store default if user didnt touch Font settings
This commit is contained in:
parent
fa4a298080
commit
9c5f9731f9
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user