add missing error screen
This commit is contained in:
parent
7b61615d39
commit
98f55d4bc5
@ -766,6 +766,9 @@
|
|||||||
error = [[MVMCoreLoadHandler sharedGlobal] errorForLoadObject:loadObject withTitle:[MVMCoreGetterUtility hardcodedStringWithKey:HardcodedErrorTitle] message:[MVMCoreGetterUtility hardcodedStringWithKey:HardcodedErrorCritical] code:ErrorCodeInitViewController domain:ErrorDomainNative];
|
error = [[MVMCoreLoadHandler sharedGlobal] errorForLoadObject:loadObject withTitle:[MVMCoreGetterUtility hardcodedStringWithKey:HardcodedErrorTitle] message:[MVMCoreGetterUtility hardcodedStringWithKey:HardcodedErrorCritical] code:ErrorCodeInitViewController domain:ErrorDomainNative];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (error) {
|
||||||
|
error = [[MVMCoreLoadHandler sharedGlobal] attachLoadInformation:loadObject toError:error];
|
||||||
|
}
|
||||||
[MVMCoreLoadRequestOperation handleShouldContinue:shouldContinue error:error loadObject:loadObject errorBlock:NULL continueBlock:^{
|
[MVMCoreLoadRequestOperation handleShouldContinue:shouldContinue error:error loadObject:loadObject errorBlock:NULL continueBlock:^{
|
||||||
completionHandler(viewController,loadObject);
|
completionHandler(viewController,loadObject);
|
||||||
}];
|
}];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user