forked from organicmaps/organicmaps
[ios] Fixed crash if user quickly presses downloader or search button on startup
This commit is contained in:
parent
a9075348a1
commit
a869ba903c
1 changed files with 3 additions and 1 deletions
|
@ -106,7 +106,9 @@ Framework * m_framework = NULL;
|
|||
|
||||
- (void)onShowDownloaderTimer:(NSTimer *)timer
|
||||
{
|
||||
[self OnSettingsClicked:nil];
|
||||
// Only display downloader if no more modal controllers are already displayed
|
||||
if (self.modalViewController == nil)
|
||||
[self OnSettingsClicked:nil];
|
||||
[timer invalidate];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue