refactor: Reduce notification avatar size to 128
This commit is contained in:
parent
d656e23472
commit
7b5a9c10c6
1 changed files with 4 additions and 4 deletions
|
|
@ -165,8 +165,8 @@ Future<void> _tryPushHelper(
|
|||
.downloadMxcCached(
|
||||
avatar,
|
||||
thumbnailMethod: ThumbnailMethod.crop,
|
||||
width: 256,
|
||||
height: 256,
|
||||
width: 128,
|
||||
height: 128,
|
||||
animated: false,
|
||||
isThumbnail: true,
|
||||
rounded: true,
|
||||
|
|
@ -184,8 +184,8 @@ Future<void> _tryPushHelper(
|
|||
.downloadMxcCached(
|
||||
senderAvatar,
|
||||
thumbnailMethod: ThumbnailMethod.crop,
|
||||
width: 256,
|
||||
height: 256,
|
||||
width: 128,
|
||||
height: 128,
|
||||
animated: false,
|
||||
isThumbnail: true,
|
||||
rounded: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue