1
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
|
||||
- (void)onContinue {
|
||||
LoginViewController *login = [LoginViewController new];
|
||||
__weak typeof(self) weakSelf = self;
|
||||
KBWeakSelf
|
||||
login.onLoginSuccess = ^(NSDictionary * _Nonnull userInfo) {
|
||||
__strong typeof(weakSelf) self = weakSelf; if (!self) return;
|
||||
[self dismissViewControllerAnimated:YES completion:^{
|
||||
|
||||
Reference in New Issue
Block a user