351 - Improvement - Fix return was missing

This commit is contained in:
Jean-Baptiste Dominguez 2018-06-29 00:48:03 +09:00
commit f4f2a84fbb

View file

@ -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) {