Merge pull request #2618 from matiaspando/feat/shareText
Improve message when sharing invitation code
This commit is contained in:
commit
be9de7bc3c
1 changed files with 2 additions and 1 deletions
|
|
@ -95,7 +95,8 @@ angular.module('copayApp.controllers').controller('copayersController',
|
||||||
if (isMobile.Android() || isMobile.Windows()) {
|
if (isMobile.Android() || isMobile.Windows()) {
|
||||||
window.ignoreMobilePause = true;
|
window.ignoreMobilePause = true;
|
||||||
}
|
}
|
||||||
window.plugins.socialsharing.share(secret, null, null, null);
|
var message = 'Join my Copay wallet. Here is the invitation code ' + secret + ' You can download Copay for your phone or desktop at https://copay.io';
|
||||||
|
window.plugins.socialsharing.share(message, null, null, null);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue