remove to show backup needed modal automatically when clicking on receive view

This commit is contained in:
Gabriel Bazán 2016-10-26 11:44:21 -03:00
commit 497a68705a
6 changed files with 7 additions and 48 deletions

View file

@ -373,15 +373,6 @@ angular.module('copayApp.services')
});
};
root.setBackupNeededModalFlag = function(walletId, val, cb) {
storage.set('showBackupNeededModal-' + walletId, val, cb);
};
root.getBackupNeededModalFlag = function(walletId, cb) {
storage.get('showBackupNeededModal-' + walletId, cb);
};
root.setAmazonGiftCards = function(network, gcs, cb) {
storage.set('amazonGiftCards-' + network, gcs, cb);
};