1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Improve post image loading size

This commit is contained in:
2019-05-20 09:13:12 +02:00
parent 0bf85b478a
commit 073ddd8386
2 changed files with 11 additions and 4 deletions

View File

@ -205,6 +205,7 @@ class _PostTileState extends State<PostTile> {
url: widget.post.fileURL,
allowFullScreen: true,
roundedEdges: false,
loadingHeight: 150,
);
}