Merge pull request #4629 from matiu/bug/nw-quota

Bug/nw quota
This commit is contained in:
Matias Alejo Garcia 2016-07-28 17:24:26 -03:00 committed by GitHub
commit 72e53771ad
12 changed files with 98 additions and 37 deletions

View file

@ -20,6 +20,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
ret.prevState = 'walletHome';
ret.physicalScreenWidth = ((window.innerWidth > 0) ? window.innerWidth : screen.width);
// Only for testing
//storageService.checkQuota();
ret.menu = [{
'title': gettext('Receive'),
'icon': {