From 4ec42310f501ae995c9a9b55880de947da7e1da9 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 27 Apr 2015 03:33:57 -0300 Subject: [PATCH] fix gen addr animation in ios --- public/views/walletHome.html | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 7a0f5055c..263d000fd 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -189,32 +189,29 @@

My Bitcoin address

-
+
-
-

{{home.addr}}

-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
- -
-

...

+
+

+ {{home.generatingAddress ? '...' : home.addr}} + +

- +