From 8871b21e46fe0939059fc5f78f2302ed9f8df2f1 Mon Sep 17 00:00:00 2001 From: dmkt9 Date: Fri, 15 Aug 2025 20:52:16 +0700 Subject: [PATCH] Fix - After pressing the app back button on the More features page, the user is returned to the Workspace Settings page instead of the previous page --- src/pages/workspace/WorkspaceMoreFeaturesPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/workspace/WorkspaceMoreFeaturesPage.tsx b/src/pages/workspace/WorkspaceMoreFeaturesPage.tsx index 3bbdc1e776f4..c83e62431cde 100644 --- a/src/pages/workspace/WorkspaceMoreFeaturesPage.tsx +++ b/src/pages/workspace/WorkspaceMoreFeaturesPage.tsx @@ -476,7 +476,7 @@ function WorkspaceMoreFeaturesPage({policy, route}: WorkspaceMoreFeaturesPagePro shouldUseHeadlineHeader title={translate('workspace.common.moreFeatures')} shouldShowBackButton={shouldUseNarrowLayout} - onBackButtonPress={Navigation.popToSidebar} + onBackButtonPress={() => Navigation.goBack()} />