No need to pass a similar thumbnail source.
This commit is contained in:
parent
6e5c973df0
commit
e06f5a6836
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ class RoomDetailsFlowNode @AssistedInject constructor(
|
||||||
fileExtension = ""
|
fileExtension = ""
|
||||||
),
|
),
|
||||||
mediaSource = MediaSource(url = navTarget.avatarUrl),
|
mediaSource = MediaSource(url = navTarget.avatarUrl),
|
||||||
thumbnailSource = MediaSource(url = navTarget.avatarUrl),
|
thumbnailSource = null,
|
||||||
canDownload = false,
|
canDownload = false,
|
||||||
canShare = false,
|
canShare = false,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue