add copay invitation in incomingData
This commit is contained in:
parent
6e52aaca2d
commit
b4d42215d3
1 changed files with 7 additions and 1 deletions
|
|
@ -29,7 +29,13 @@ angular.module('copayApp.services').factory('incomingData', function(externalLin
|
||||||
/**
|
/**
|
||||||
* Strategy for the action
|
* Strategy for the action
|
||||||
*/
|
*/
|
||||||
if (
|
if (parsed.copayInvitation) {
|
||||||
|
$state.go('tabs.home').then(function() {
|
||||||
|
$state.transitionTo('tabs.add.join', {
|
||||||
|
url: data
|
||||||
|
});
|
||||||
|
});
|
||||||
|
} else if (
|
||||||
!parsed.isValid
|
!parsed.isValid
|
||||||
|| parsed.privateKey
|
|| parsed.privateKey
|
||||||
|| (sendFlowService.state.isEmpty() && !parsed.url && !parsed.amount)
|
|| (sendFlowService.state.isEmpty() && !parsed.url && !parsed.amount)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue