feat: update to v5

This commit is contained in:
Gordon Hayes
2022-09-22 16:04:58 +02:00
parent c30d127327
commit 1dcad0555a
12 changed files with 96 additions and 22 deletions
@@ -186,10 +186,6 @@ class _ChannelMediaDisplayScreenState extends State<ChannelMediaDisplayScreen> {
attachment: media[position].attachment,
message: media[position].message,
showTitle: false,
size: Size(
MediaQuery.of(context).size.width * 0.8,
MediaQuery.of(context).size.height * 0.3,
),
messageTheme: widget.messageTheme,
),
)