diff options
-rw-r--r-- | mobile-widgets/qmlmanager.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index ed0643952..d8ad939f9 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -1264,9 +1264,8 @@ void QMLManager::changesNeedSaving() // on iOS // on all other platforms we just save the changes and be done with it mark_divelist_changed(true); -#if defined(Q_OS_ANDROID) saveChangesLocal(); -#elif !defined(Q_OS_IOS) +#if !defined(Q_OS_IOS) saveChangesCloud(false); #endif updateAllGlobalLists(); |