Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix edit captchas #1983

Merged
merged 4 commits into from
Dec 14, 2017
Merged

Fix edit captchas #1983

merged 4 commits into from
Dec 14, 2017

Conversation

montehurd
Copy link
Contributor

The alert was being shown twice and was sticky. As a sticky alert it was covering up some of the captcha labels.
@@ -500,7 +499,7 @@ - (void)fetchFinished:(id)sender

NSURL *captchaUrl = [[NSURL alloc] initWithString:error.userInfo[@"captchaUrl"]];
NSString *captchaId = error.userInfo[@"captchaId"];
[[WMFAlertManager sharedInstance] showErrorAlert:error sticky:YES dismissPreviousAlerts:YES tapCallBack:NULL];
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may have a bug with dismissPreviousAlerts because there were 2 alerts, on on top of the other.

@joewalsh joewalsh merged commit 5cb282a into develop Dec 14, 2017
@joewalsh joewalsh deleted the fix/edit-captcha/T182079 branch December 14, 2017 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants