From 302404dac04be24191115469890bfa9d5e6a9e83 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 26 Mar 2020 14:27:14 -0700 Subject: iOS: ensure changes are saved locally This was disabled in the past because it was deemed to slow. A lot of time has passed, since. Maybe on current phones / iPads this is acceptable again? Signed-off-by: Dirk Hohndel --- mobile-widgets/qmlmanager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mobile-widgets') 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(); -- cgit v1.2.3-70-g09d2