Highlight selected group in peers nearby on iPad

This commit is contained in:
Ilya Laktyushin
2020-05-11 19:08:21 +04:00
parent dbec0dd507
commit d7e7b968ca
7 changed files with 1958 additions and 1923 deletions

View File

@@ -589,7 +589,7 @@ func twoStepVerificationUnlockSettingsController(context: AccountContext, mode:
if hasSecureValues {
text = presentationData.strings.TwoStepAuth_PasswordRemovePassportConfirmation
}
presentControllerImpl?(textAlertController(context: context, title: nil, text: text, actions: [TextAlertAction(type: .defaultAction, title: presentationData.strings.Common_Cancel, action: {}), TextAlertAction(type: .genericAction, title: presentationData.strings.Common_OK, action: {
presentControllerImpl?(textAlertController(context: context, title: nil, text: text, actions: [TextAlertAction(type: .defaultAction, title: presentationData.strings.Common_Cancel, action: {}), TextAlertAction(type: .genericAction, title: presentationData.strings.TwoStepAuth_Disable, action: {
var disablePassword = false
updateState { state in
var state = state