Merge branch 'wallet/sprint/20' into wallet/task/537

This commit is contained in:
Jean-Baptiste Dominguez 2018-08-09 15:41:17 +09:00 committed by GitHub
commit 3bb446cdee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -467,7 +467,6 @@ function amountController(configService, $filter, gettextCatalog, $ionicHistory,
}
sendFlowService.pushState(confirmData);
if (!confirmData.fromWalletId) {
$state.transitionTo('tabs.paymentRequest.confirm', confirmData);
} else {

View file

@ -484,7 +484,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
});
};
$scope.goToReceive = function() {
$state.go('tabs.home', {
walletId: $scope.wallet.id
@ -495,7 +494,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
});
});
};
$scope.goToBuy = function() {
$state.go('tabs.home', {
walletId: $scope.wallet.id

View file

@ -15359,6 +15359,8 @@ log-options #check-bar .checkbox-icon {
#view-review .fee-summary {
position: absolute;
bottom: 92px; }
#view-review .fee-summary-spacer {
height: 15px; }
#view-review .shapeshift-banner, #view-review .bitpay-banner, #view-review .egifter-banner {
box-shadow: none; }
#view-review .warning {