Merge pull request #4676 from gabrielbazan7/fix/hiddenBal

fix hidden balance feature on chrome
This commit is contained in:
Matias Alejo Garcia 2016-08-10 17:00:01 -03:00 committed by GitHub
commit affafa2179

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