DeactivateAccountViewController: For password alert, remove empty cancel handler and use nil instead

This commit is contained in:
SBiOSoftWhare
2018-05-31 13:33:17 +02:00
parent a572ec1c7c
commit 446592c97c
@@ -321,9 +321,7 @@ static CGFloat const kTextFontSize = 15.0;
[strongSelf deactivateAccountWithUserId:userId andPassword:password eraseAllMessages:strongSelf.forgetMessageButton.isEnabled];
}
} cancelHandler:^{
}];
} cancelHandler:nil];
}
@end