Skip to content

Commit

Permalink
Merge branch 'master' into 4.50.0-master
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Jul 11, 2024
2 parents f228d04 + ff15e2b commit b2d6b72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/ChangeAvatarView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ const ChangeAvatarView = () => {
<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 b2d6b72

Please sign in to comment.