fix(feedback): direct iOS users to the proper app store url
This commit is contained in:
parent
0c091e0e9b
commit
30c2b0626d
4 changed files with 6 additions and 10 deletions
|
|
@ -32,7 +32,7 @@ angular.module('copayApp.controllers').controller('completeController', function
|
|||
|
||||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||
if(window.StatusBar){
|
||||
StatusBar.show();
|
||||
StatusBar.hide();
|
||||
}
|
||||
|
||||
storageService.getFeedbackInfo(function(error, info) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue