Merge branch 'krille/fix-mxc-image' into 'main'

chore: Follow up fix mxc Image

See merge request famedly/fluffychat!969
This commit is contained in:
Krille Fear 2022-07-29 18:09:14 +00:00
commit 0eee5f70ea
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class _MxcImageState extends State<MxcImage> {
const Center(
child: CircularProgressIndicator.adaptive(),
),
secondChild: data == null
secondChild: data == null || data.isEmpty
? Container()
: Image.memory(
data,