Improvements to Avatar rendering
This commit is contained in:
parent
35625f4200
commit
78447a0018
16 changed files with 61 additions and 44 deletions
|
@ -416,13 +416,14 @@ export const ProfileEditor = ({
|
|||
avatarValue={avatarBuffer}
|
||||
conversationTitle={getFullNameText()}
|
||||
i18n={i18n}
|
||||
isEditable
|
||||
onAvatarLoaded={handleAvatarLoaded}
|
||||
onClick={() => {
|
||||
setEditState(EditState.BetterAvatar);
|
||||
}}
|
||||
style={{
|
||||
height: 96,
|
||||
width: 96,
|
||||
height: 80,
|
||||
width: 80,
|
||||
}}
|
||||
/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue