修复bug

This commit is contained in:
liyuhua
2023-08-16 15:50:27 +08:00
parent 21bc7ba70e
commit 218fce3a37
10 changed files with 49 additions and 20 deletions

View File

@@ -229,7 +229,9 @@ NSString * const HadAgreePrivacy = @"HadAgreePrivacy";
[self.presenter thirdLoginWithType:type];
} else {
[self showErrorToast:YMLocalizedString(@"PKLoginViewController1")];
[UIView animateWithDuration:0.5 animations:^{
self.authBubbleView.alpha = 1.0;
}];
}
}