chore: Follow up fix mxc Image

This commit is contained in:
Christian Pauly 2022-07-29 19:50:39 +02:00
parent 4571e476c0
commit e8a6883e73
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,