forked from organicmaps/organicmaps
[ios] Fixed migration UI state restore after retry migration.
This commit is contained in:
parent
2c6a981b65
commit
98c1ae4a53
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ using namespace storage;
|
|||
auto const retryBlock = ^
|
||||
{
|
||||
GetFramework().Storage().GetPrefetchStorage()->RetryDownloadNode(self->m_countryId);
|
||||
[self setState:MWMMigrationViewState::Processing];
|
||||
};
|
||||
auto const cancelBlock = ^
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue