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 0cefca3d4c
commit 6bea87eef7
@@ -321,9 +321,7 @@ static CGFloat const kTextFontSize = 15.0;
[strongSelf deactivateAccountWithUserId:userId andPassword:password eraseAllMessages:strongSelf.forgetMessageButton.isEnabled];
}
} cancelHandler:^{
}];
} cancelHandler:nil];
}
@end