Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-07-21 16:42:09 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-07-21 16:55:41 +0300
commit2740af53d860ec062df06e58f598103a6977a54a (patch)
tree93cce378e5744ffba96b875a0e3c2d949aaeb6db /storage
parent60ac6dc7d9300fb0bc47e530617718d69255c3fc (diff)
Added tags to PushWoosh
Diffstat (limited to 'storage')
-rw-r--r--storage/downloading_policy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/downloading_policy.cpp b/storage/downloading_policy.cpp
index 0d9cc2098d..c5175ed82f 100644
--- a/storage/downloading_policy.cpp
+++ b/storage/downloading_policy.cpp
@@ -19,7 +19,7 @@ void StorageDownloadingPolicy::ScheduleRetry(storage::TCountriesSet const & fail
--m_autoRetryCounter;
func(failedCountries);
};
- m_autoRetryWorker.RestartWith([action]{ Platform().RunOnGuiThread(action); });
+ m_autoRetryWorker.RestartWith([action]{ GetPlatform().RunOnGuiThread(action); });
}
else
{