From 21c7bd5e73b2e4f33a6e90171212d9da55899de9 Mon Sep 17 00:00:00 2001
From: Christoph Wurst <christoph@winzerhof-wurst.at>
Date: Thu, 7 Jul 2016 10:27:19 +0200
Subject: [PATCH] smoother transition when adding another account

---
 js/views/setup.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/js/views/setup.js b/js/views/setup.js
index 872bab07f..916eaa4dc 100644
--- a/js/views/setup.js
+++ b/js/views/setup.js
@@ -147,6 +147,7 @@ define(function(require) {
 
 			$.when(creatingAccount).done(function() {
 				Radio.ui.trigger('navigation:show');
+				Radio.ui.trigger('content:loading');
 				// reload accounts
 				$.when(AccountController.loadAccounts()).done(function(accounts) {
 					$('#app-navigation').removeClass('icon-loading');
-- 
GitLab