From 4535695bc9bfce462355804dfc2e78d2625a314c Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 13 Apr 2022 12:26:38 +0200 Subject: [PATCH] Fix zigbee settings loading spinner --- libnymea-app/zigbee/zigbeemanager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libnymea-app/zigbee/zigbeemanager.cpp b/libnymea-app/zigbee/zigbeemanager.cpp index d08ddc23..84f51787 100644 --- a/libnymea-app/zigbee/zigbeemanager.cpp +++ b/libnymea-app/zigbee/zigbeemanager.cpp @@ -201,10 +201,10 @@ void ZigbeeManager::getNetworksResponse(int commandId, const QVariantMap ¶ms // Get nodes from this network getNodes(network->networkUuid()); - // In theory this should only change after nodes have been fetched... but this will do for now... - m_fetchingData = false; - emit fetchingDataChanged(); } + // In theory this should only change after nodes have been fetched... but this will do for now... + m_fetchingData = false; + emit fetchingDataChanged(); } void ZigbeeManager::addNetworkResponse(int commandId, const QVariantMap ¶ms)