mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
chore: Follow up fix mxc Image
This commit is contained in:
parent
4571e476c0
commit
e8a6883e73
@ -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…
Reference in New Issue
Block a user