diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-27 14:39:32 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-27 14:39:32 +0200 |
commit | a0111b0560c96fcc25758d2384f6ee53171ccd69 (patch) | |
tree | c3df88900b33f73d8872ae40cb8b0754bbb3fd32 /src/app.c | |
parent | 666033098e74e044beb6d8b9e032e79b62d48c57 (diff) |
Android: Don't suggest to download fonts
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -420,7 +420,7 @@ static void loadPrefs_App_(iApp *d) { | |||
420 | iRelease(f); | 420 | iRelease(f); |
421 | /* Upgrade checks. */ | 421 | /* Upgrade checks. */ |
422 | if (cmp_Version(&upgradedFromAppVersion, &(iVersion){ 1, 8, 0 }) < 0) { | 422 | if (cmp_Version(&upgradedFromAppVersion, &(iVersion){ 1, 8, 0 }) < 0) { |
423 | #if !defined (iPlatformAppleMobile) | 423 | #if !defined (iPlatformAppleMobile) && !defined (iPlatformAndroidMobile) |
424 | /* When upgrading to v1.8.0, the old hardcoded font library is gone and that means | 424 | /* When upgrading to v1.8.0, the old hardcoded font library is gone and that means |
425 | UI strings may not have the right fonts available for the UI to remain | 425 | UI strings may not have the right fonts available for the UI to remain |
426 | usable. */ | 426 | usable. */ |