forked from organicmaps/organicmaps
[ios] [mapsme-9072] fix no internet alert when sharing category
This commit is contained in:
parent
d13e77081d
commit
c45a39d5d1
1 changed files with 2 additions and 2 deletions
|
@ -224,8 +224,8 @@ final class BookmarksSharingViewController: MWMTableViewController {
|
|||
Statistics.logEvent(kStatSharingOptionsError, withParameters: [kStatError : 0])
|
||||
MWMAlertViewController.activeAlert().presentDefaultAlert(withTitle: L("common_check_internet_connection_dialog_title"),
|
||||
message: L("common_check_internet_connection_dialog"),
|
||||
rightButtonTitle: L("try_again"),
|
||||
leftButtonTitle: L("downloader_retry")) {
|
||||
rightButtonTitle: L("downloader_retry"),
|
||||
leftButtonTitle: L("cancel")) {
|
||||
self.performAfterValidation(action: action)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue