This commit is contained in:
Javier 2016-09-05 11:54:14 -03:00
commit 1b35ec67e7
2 changed files with 7 additions and 28 deletions

View file

@ -22,7 +22,7 @@ angular.module('copayApp.controllers').controller('preferencesLanguageController
if (err) $log.warn(err);
$ionicHistory.goBack();
uxLanguage.update(function() {
uxLanguage.init(function() {
walletService.updateRemotePreferences(profileService.getWallets(), {}, function() {
$log.debug('Remote preferences saved');
});