mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
add launcher error page
This commit is contained in:
parent
1748d0527f
commit
adeedc88d3
2 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
|
||||
-(void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCompleteWithError:(NSError *)error {
|
||||
NSLog(@"completed; error: %@", error);
|
||||
[[Launcher sharedLauncher] displayErrorPage];
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
|
||||
-(void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCompleteWithError:(NSError *)error {
|
||||
NSLog(@"completed; error: %@", error);
|
||||
[[Launcher sharedLauncher] displayErrorPage];
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue