Make ImageView static

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-04-13 08:07:17 +02:00
parent f1c80fcede
commit e1446f01e4
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
5 changed files with 5 additions and 5 deletions

View file

@ -1431,7 +1431,7 @@ const UserInfoHeader: React.FC<{
name: member.name,
};
Modal.createDialog(ImageView, params, "mx_Dialog_lightbox");
Modal.createDialog(ImageView, params, "mx_Dialog_lightbox", null, true);
}, [member]);
const avatarElement = (