Skip to content

Commit

Permalink
Conversation scrolling to the beginning of the chat.
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilnagpal26 committed Feb 12, 2024
1 parent bfd272c commit a3ba909
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 @@ -372,7 +372,7 @@ function InitialSettingsPage(props) {
title={translate('initialSettingsPage.accountSettings')}
headerContent={headerContent}
headerContainerStyles={[styles.justifyContentCenter]}
onBackButtonPress={() => Navigation.closeFullScreen()}
onBackButtonPress={() => Navigation.dismissModal()}
backgroundColor={theme.PAGE_THEMES[SCREENS.SETTINGS.ROOT].backgroundColor}
childrenContainerStyles={[styles.m0, styles.p0]}
testID={InitialSettingsPage.displayName}
Expand Down

0 comments on commit a3ba909

Please sign in to comment.