add subject to social plugins
This commit is contained in:
parent
a8f882472d
commit
bffd86b29d
2 changed files with 3 additions and 3 deletions
|
|
@ -55,7 +55,7 @@ angular.module('copayApp.controllers').controller('receiveController',
|
|||
if (isMobile.Android() || isMobile.Windows()) {
|
||||
window.ignoreMobilePause = true;
|
||||
}
|
||||
window.plugins.socialsharing.share('bitcoin:' + addr, null, null, null);
|
||||
window.plugins.socialsharing.share('bitcoin:' + addr, 'Here is my bitcoin address', null, null);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue