farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

Network activity indicator stays visible when "Done" button tapped while loading on AdWhirlWebBrowserController #178

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click on a house ad
2. While the URL the ad goes to is still loading, tap "Done" button
3. Network activity indicator stays visible

What is the expected output? What do you see instead?

Modal view should dismiss and network activity indicator should stop. Instead, 
network activity indicatr stays visible.

What version of the product are you using? On what operating system?

AdWhirl 2.6.2 iPhone OS 4.x

Please provide any additional information below.

Changing the IBAction close: method like the following fixes the problem:

- (IBAction)close:(id)sender {
  [UIApplication sharedApplication].networkActivityIndicatorVisible = NO;
  [viewControllerForPresenting dismissModalViewControllerAnimated:YES];
}

Original issue reported on code.google.com by kerem.er...@gmail.com on 14 Feb 2011 at 12:30

GoogleCodeExporter commented 9 years ago

Original comment by wesgood...@google.com on 30 Nov 2011 at 9:18