test
This commit is contained in:
parent
44ab8068c4
commit
ed3550e08c
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
});
|
||||
$scope.usingLocalStorage = config.plugins.EncryptedLocalStorage;
|
||||
|
||||
if (isCordova) {
|
||||
if (isCordova && 0) {
|
||||
ls.getItem(KEY, function(err, value) {
|
||||
$scope.showDisclaimer = value ? null : true;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue