chore: Follow up fix mxc Image
This commit is contained in:
parent
e961bdaac7
commit
01c930fb66
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class _MxcImageState extends State<MxcImage> {
|
||||||
const Center(
|
const Center(
|
||||||
child: CircularProgressIndicator.adaptive(),
|
child: CircularProgressIndicator.adaptive(),
|
||||||
),
|
),
|
||||||
secondChild: data == null
|
secondChild: data == null || data.isEmpty
|
||||||
? Container()
|
? Container()
|
||||||
: Image.memory(
|
: Image.memory(
|
||||||
data,
|
data,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue