Skip to content

Commit

Permalink
Merge branch 'master' into 4.47.1-master
Browse files Browse the repository at this point in the history
# Conflicts:
#	android/app/build.gradle
#	app/i18n/locales/ar.json
#	app/i18n/locales/bn-IN.json
#	app/i18n/locales/de.json
#	app/i18n/locales/en.json
#	app/i18n/locales/es.json
#	app/i18n/locales/fi.json
#	app/i18n/locales/fr.json
#	app/i18n/locales/hi-IN.json
#	app/i18n/locales/hu.json
#	app/i18n/locales/it.json
#	app/i18n/locales/ja.json
#	app/i18n/locales/nl.json
#	app/i18n/locales/pt-BR.json
#	app/i18n/locales/pt-PT.json
#	app/i18n/locales/ru.json
#	app/i18n/locales/sl-SI.json
#	app/i18n/locales/sv.json
#	app/i18n/locales/ta-IN.json
#	app/i18n/locales/te-IN.json
#	app/i18n/locales/tr.json
#	app/i18n/locales/zh-CN.json
#	app/i18n/locales/zh-TW.json
#	app/views/ChangeAvatarView/index.tsx
#	ios/Podfile.lock
#	ios/RocketChatRN.xcodeproj/project.pbxproj
#	ios/RocketChatRN/Info.plist
#	ios/ShareRocketChatRN/Info.plist
#	package.json
#	scripts/organize-translations.js
  • Loading branch information
diegolmello committed Mar 20, 2024
2 parents af3e78f + d34ff3d commit d1867f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/views/ChangeAvatarView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,13 @@ const ChangeAvatarView = () => {
<KeyboardView
style={{ backgroundColor: colors.auxiliaryBackground }}
contentContainerStyle={sharedStyles.container}
keyboardVerticalOffset={128}
>
keyboardVerticalOffset={128}>
<StatusBar />
<SafeAreaView testID='change-avatar-view'>
<ScrollView
contentContainerStyle={sharedStyles.containerScrollView}
testID='change-avatar-view-list'
{...scrollPersistTaps}
>
{...scrollPersistTaps}>
<View style={styles.avatarContainer} testID='change-avatar-view-avatar'>
{deletingRoomAvatar ? (
<AvatarPresentational
Expand Down

0 comments on commit d1867f5

Please sign in to comment.