From 030aa5e1648d0c3d71bc25028ab2ef43b010beb2 Mon Sep 17 00:00:00 2001 From: Joe Gambino Date: Thu, 5 Aug 2021 19:16:22 -0700 Subject: [PATCH] Ensure workspaces show after signing in --- src/libs/Navigation/AppNavigator/AuthScreens.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/Navigation/AppNavigator/AuthScreens.js b/src/libs/Navigation/AppNavigator/AuthScreens.js index d07c214aced7c..f4f1379628d3b 100644 --- a/src/libs/Navigation/AppNavigator/AuthScreens.js +++ b/src/libs/Navigation/AppNavigator/AuthScreens.js @@ -228,6 +228,7 @@ class AuthScreens extends React.Component { NetworkConnection.stopListeningForReconnect(); clearInterval(this.interval); this.interval = null; + hasLoadedPolicies = false; } render() {