Fix up tests

This commit is contained in:
Piotr Osiewicz 2023-11-27 12:33:44 +01:00
parent 4c1514edc4
commit 5cbe8deb50
6 changed files with 21 additions and 13 deletions

View file

@ -129,7 +129,7 @@ impl IncomingCallNotification {
.calling_user
.avatar
.as_ref()
.map(|avatar| Avatar::new(avatar.clone())),
.map(|avatar| Avatar::data(avatar.clone())),
)
.child(
v_stack()