Merge pull request #5526 from gabrielbazan7/fix/feedback01
remove backbutton and adding finish button on complete view
This commit is contained in:
commit
5fd7a86376
3 changed files with 6 additions and 9 deletions
|
|
@ -54,6 +54,7 @@ angular.module('copayApp.controllers').controller('completeController', function
|
|||
|
||||
if (!$scope.fromSettings) {
|
||||
$ionicConfig.views.swipeBackEnabled(false);
|
||||
$ionicNavBarDelegate.showBackButton(false);
|
||||
} else {
|
||||
$ionicNavBarDelegate.showBackButton(true);
|
||||
$ionicConfig.views.swipeBackEnabled(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue