chore: Follow up fix mxc Image

This commit is contained in:
Christian Pauly 2022-07-29 19:50:39 +02:00
parent e961bdaac7
commit 01c930fb66

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,