From dfccad86ad49087afd45e1b0852e56cfd2ab0384 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Dominguez Date: Sun, 6 May 2018 22:30:17 +0900 Subject: [PATCH] Fix 308- Facebook (and others?) messaging links not displaying wallet icon --- src/js/controllers/feedback/complete.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/controllers/feedback/complete.js b/src/js/controllers/feedback/complete.js index 3093caf43..905880901 100644 --- a/src/js/controllers/feedback/complete.js +++ b/src/js/controllers/feedback/complete.js @@ -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); }); };