NW v0.16. Migrate localstorage data to chrome.storage

This commit is contained in:
Matias Alejo Garcia 2016-07-27 22:31:22 -03:00
commit a50f3fb50c
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
4 changed files with 61 additions and 8 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': {