Merge pull request #599 from jamal-jackson/feature/preload_wallet_settings
preload settings toggle values
This commit is contained in:
commit
a09eade648
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ angular.module('copayApp.controllers').controller('advancedSettingsController',
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.$on("$ionicView.enter", function(event, data) {
|
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||||
updateConfig();
|
updateConfig();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue