This commit is contained in:
Matias Alejo Garcia 2015-01-08 16:18:45 -03:00
commit ed3550e08c

View file

@ -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;
});