fix hidden balance feature on chrome

This commit is contained in:
Gabriel Bazán 2016-08-10 16:57:17 -03:00
commit f2dc005b50

View file

@ -86,7 +86,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.onHold = function() {
self.shouldHideBalance = !self.shouldHideBalance;
storageService.setHideBalanceFlag(self.walletId, self.shouldHideBalance, function() {});
storageService.setHideBalanceFlag(self.walletId, self.shouldHideBalance.toString(), function() {});
}
self.setWalletPreferencesTitle = function() {