mirror of
https://github.com/lubosz/overte.git
synced 2025-06-05 06:51:11 +02: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 {
|
-(void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCompleteWithError:(NSError *)error {
|
||||||
NSLog(@"completed; error: %@", error);
|
NSLog(@"completed; error: %@", error);
|
||||||
|
[[Launcher sharedLauncher] displayErrorPage];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
|
|
||||||
-(void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCompleteWithError:(NSError *)error {
|
-(void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCompleteWithError:(NSError *)error {
|
||||||
NSLog(@"completed; error: %@", error);
|
NSLog(@"completed; error: %@", error);
|
||||||
|
[[Launcher sharedLauncher] displayErrorPage];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue