Fixed updating of confirmations of cached transactions. Cache now properly cleared on first fetch from Wallet Details screen.
This commit is contained in:
parent
3cad7d7ad8
commit
ea51e035ab
2 changed files with 37 additions and 17 deletions
|
|
@ -400,8 +400,8 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
|
||||
var refreshInterval;
|
||||
|
||||
$scope.$on("$ionicView.afterEnter", function(event, data) {
|
||||
$scope.updateAll();
|
||||
$scope.$on("$ionicView.afterEnter", function onAfterEnter(event, data) {
|
||||
$scope.updateAll(true, true);
|
||||
// refreshAmountSection();
|
||||
refreshInterval = $interval($scope.onRefresh, 10 * 1000);
|
||||
$timeout(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue