From 7980a1cb2945af76380f3073256c232f9048fe78 Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Tue, 10 Mar 2020 09:51:26 +0100
Subject: [PATCH] [fix] Identity view: disable share button while loading

---
 www/templates/wot/view_identity.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/templates/wot/view_identity.html b/www/templates/wot/view_identity.html
index 3a660490..80932f55 100644
--- a/www/templates/wot/view_identity.html
+++ b/www/templates/wot/view_identity.html
@@ -47,6 +47,7 @@
     <a id="wot-share-anchor-{{::formData.pubkey}}"></a>
     <div class="hidden-xs hidden-sm padding text-center">
       <button class="button button-stable button-small-padding icon ion-android-share-alt ink"
+              ng-disabled="loading"
               ng-click="showSharePopover($event)"
               title="{{'COMMON.BTN_SHARE' | translate}}">
       </button>
-- 
GitLab