mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
parent
79824df7e3
commit
32cc3080e5
1 changed files with 2 additions and 2 deletions
|
@ -266,10 +266,10 @@
|
|||
|
||||
[appDelegate.networkManager GET:urlString parameters:nil progress:nil success:^(NSURLSessionDataTask * _Nonnull task, id _Nullable responseObject) {
|
||||
NSLog(@"Login as %@ successful", username);
|
||||
[MBProgressHUD hideHUDForView:self.view animated:YES];
|
||||
[MBProgressHUD hideHUDForView:appDelegate.feedsViewController.view animated:YES];
|
||||
[appDelegate reloadFeedsView:YES];
|
||||
} failure:^(NSURLSessionDataTask * _Nullable task, NSError * _Nonnull error) {
|
||||
[MBProgressHUD hideHUDForView:self.view animated:YES];
|
||||
[MBProgressHUD hideHUDForView:appDelegate.feedsViewController.view animated:YES];
|
||||
[self informError:error];
|
||||
}];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue