Fix animation after send feedback (back). Adds Share BitPay option in settings
This commit is contained in:
parent
58da84deff
commit
96e6fc5345
5 changed files with 27 additions and 12 deletions
|
|
@ -26,13 +26,10 @@ angular.module('copayApp.controllers').controller('sendController', function($sc
|
|||
popupService.showAlert(gettextCatalog.getString('Thank you!'), gettextCatalog.getString('A member of the team will review your feedback as soon as possible.'), function() {
|
||||
$scope.feedback.value = '';
|
||||
$ionicHistory.nextViewOptions({
|
||||
disableAnimate: true,
|
||||
disableAnimate: false,
|
||||
historyRoot: true
|
||||
});
|
||||
$ionicHistory.clearHistory();
|
||||
$timeout(function() {
|
||||
$state.go('tabs.settings');
|
||||
});
|
||||
$ionicHistory.goBack();
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue