351 - Improvement - Fix return was missing
This commit is contained in:
parent
2e2012f978
commit
f4f2a84fbb
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ angular.module('copayApp.services').factory('mobileSecureStorageService', functi
|
|||
|
||||
if (!platformInfo.isMobile) {
|
||||
cb(new Error('mobileSecureStorageService is only available on mobile.'));
|
||||
return;
|
||||
}
|
||||
|
||||
if (!isReady) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue