Skip to content

Commit

Permalink
Merge pull request #36936 from Expensify/revert-36309-fix/35763
Browse files Browse the repository at this point in the history
Revert "Conversation scrolling to the beginning of the chat."

(cherry picked from commit 47973eb)
  • Loading branch information
luacmartins authored and OSBotify committed Feb 20, 2024
1 parent 6fb2598 commit 6f7cc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/InitialSettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ function InitialSettingsPage(props) {
title={translate('initialSettingsPage.accountSettings')}
headerContent={headerContent}
headerContainerStyles={[styles.justifyContentCenter]}
onBackButtonPress={() => Navigation.dismissModal()}
onBackButtonPress={() => Navigation.closeFullScreen()}
backgroundColor={theme.PAGE_THEMES[SCREENS.SETTINGS.ROOT].backgroundColor}
childrenContainerStyles={[styles.m0, styles.p0]}
testID={InitialSettingsPage.displayName}
Expand Down

0 comments on commit 6f7cc9f

Please sign in to comment.