diff --git a/src/pages/settings/Troubleshoot/TroubleshootPage.tsx b/src/pages/settings/Troubleshoot/TroubleshootPage.tsx index 716cae2259b21..ec4c99871c3fb 100644 --- a/src/pages/settings/Troubleshoot/TroubleshootPage.tsx +++ b/src/pages/settings/Troubleshoot/TroubleshootPage.tsx @@ -71,13 +71,14 @@ function TroubleshootPage() { confirmText: translate('initialSettingsPage.troubleshoot.resetAndRefresh'), cancelText: translate('common.cancel'), shouldShowCancelButton: true, + shouldHandleNavigationBack: false, }); if (result.action !== ModalActions.CONFIRM) { return; } resetOptions(); setShouldResetSearchQuery(true); - clearOnyxAndResetApp(); + clearOnyxAndResetApp(true); }; const exportOnyxState = useCallback(() => { ExportOnyxState.readFromOnyxDatabase().then((value: Record) => {