[new downloader] Fix comment

This commit is contained in:
Sergey Yershov 2016-03-28 13:06:02 +03:00
parent 8bff1dbc61
commit 8ebb4349f9

View file

@ -523,6 +523,7 @@ void Framework::OnMapDeregistered(platform::LocalCountryFile const & localFile)
};
// Call action on thread in which the framework was created
// For more information look at comment for Observer class in mwm_set.hpp
if (m_storage.GetThreadChecker().CalledOnOriginalThread())
action();
else