Skip to content

Commit

Permalink
Remove activity indicator on request fail
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiletAbylov committed Jul 13, 2012
1 parent d3fa98b commit 506259b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tili/ResultsListViewController.m
Expand Up @@ -98,7 +98,7 @@ - (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)err
{

UIApplication *app = [UIApplication sharedApplication];
app.networkActivityIndicatorVisible = true;
app.networkActivityIndicatorVisible = false;
[self showAlert:@"Ошибка подключения" withText:@"При получении данных с сервера произошла ошибка"];
}

Expand Down

0 comments on commit 506259b

Please sign in to comment.