fix mobile prompt with timeout
This commit is contained in:
parent
6102423bae
commit
af4c45f811
1 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,9 @@ angular.module('copayApp.controllers').controller('preferencesFeeController', fu
|
||||||
$scope.customFeePerKB = ($scope.feePerSatByte * 1000).toFixed();
|
$scope.customFeePerKB = ($scope.feePerSatByte * 1000).toFixed();
|
||||||
setMaxWarning();
|
setMaxWarning();
|
||||||
setMinWarning();
|
setMinWarning();
|
||||||
|
$timeout(function() {
|
||||||
|
$scope.$apply();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue