Fix resume event on mobile for Glidera/Coinbase integration (#4083)
This commit is contained in:
parent
2a0cecd911
commit
4a8e5397ce
4 changed files with 13 additions and 7 deletions
|
|
@ -3,6 +3,7 @@
|
|||
angular.module('copayApp.controllers').controller('glideraController',
|
||||
function($rootScope, $scope, $timeout, $modal, profileService, configService, storageService, glideraService, isChromeApp, animationService, lodash) {
|
||||
|
||||
window.ignoreMobilePause = true;
|
||||
|
||||
this.getAuthenticateUrl = function() {
|
||||
return glideraService.getOauthCodeUrl();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue