Switch to icon-m-video as placeholder
This commit is contained in:
parent
df6322c712
commit
29621b739a
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ MessageContentBase {
|
|||
tdLibWrapper.downloadFile(previewFileId);
|
||||
}
|
||||
} else {
|
||||
placeholderImage.source = "image://theme/icon-l-video?white";
|
||||
placeholderImage.source = "image://theme/icon-m-video?white";
|
||||
placeholderImage.width = Theme.itemSizeLarge
|
||||
placeholderImage.height = Theme.itemSizeLarge
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue