From 520fd8f26da5b2e1bf24fadfb144347d7a4231a4 Mon Sep 17 00:00:00 2001 From: heroking777 Date: Wed, 10 Jun 2026 02:14:09 +0900 Subject: [PATCH] fix: resolve issue #93089 --- src/pages/settings/Agents/EditAgentPage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/settings/Agents/EditAgentPage.tsx b/src/pages/settings/Agents/EditAgentPage.tsx index 6dc1e4444ea9..390ca16f7cb3 100644 --- a/src/pages/settings/Agents/EditAgentPage.tsx +++ b/src/pages/settings/Agents/EditAgentPage.tsx @@ -66,6 +66,8 @@ function EditAgentPage({route}: EditAgentPageProps) { chatWithAgent(accountID); }; const handleCopilotPress = () => { + ModalActions.closeModal(); + Navigation.replace(ROUTES.SETTINGS_PROFILE); switchToDelegator(agentLogin); };