Fix 308- Facebook (and others?) messaging links not displaying wallet icon

This commit is contained in:
Jean-Baptiste Dominguez 2018-05-06 22:30:17 +09:00
commit dfccad86ad

View file

@ -18,6 +18,7 @@ angular.module('copayApp.controllers').controller('completeController', function
$scope.shareFacebook = function() {
quickFeedback(function() {
var content = 'Try the Bitcoin.com Wallet for free today!'
window.plugins.socialsharing.shareVia($scope.shareFacebookVia, null, null, null, content);
});
};