Nextrek
Diff Revisions
788
vs
789
for /iOS/SafariArte/trunk/SafariArte/Controllers/HomeVC/HomeVC.m
|
@@ -339,10 +339,12 @@ |
339 |
339 |
|
if (IS_OS_8_OR_LATER) |
340 |
340 |
|
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]]; |
341 |
341 |
|
} |
|
342 |
+ |
else if(buttonIndex == 0) { |
|
343 |
+ |
[self openAllRoutes]; |
|
344 |
+ |
} |
342 |
345 |
|
} |
343 |
346 |
|
if (alertView.tag == 005) { |
344 |
|
- |
|
345 |
|
- |
[self openAllRoutes]; |
|
347 |
+ |
[self openAllRoutes]; |
346 |
348 |
|
} |
347 |
349 |
|
if ( alertView.tag == 006){ |
348 |
350 |
|
[alertView close]; |