From 3aeae1d554237f6d53f7aadeb4c41b0ca18b2189 Mon Sep 17 00:00:00 2001 From: aguilhot Date: Thu, 12 Jan 2023 10:16:52 +0100 Subject: [PATCH] =?UTF-8?q?Correctif=20navigation=20d=C3=A9connection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bob_party/src/screens/Settings.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/bob_party/src/screens/Settings.tsx b/bob_party/src/screens/Settings.tsx index 5be92f0..a5ff40e 100644 --- a/bob_party/src/screens/Settings.tsx +++ b/bob_party/src/screens/Settings.tsx @@ -88,6 +88,7 @@ function Settings(props: { navigation: any; }) { resetTabSkin(); resetMatch(); resetTabUser(); + navigation.popToTop(); navigation.navigate("SignIn"); }