mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-14 16:09:31 +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(
|
||||
child: CircularProgressIndicator.adaptive(),
|
||||
),
|
||||
secondChild: data == null
|
||||
secondChild: data == null || data.isEmpty
|
||||
? Container()
|
||||
: Image.memory(
|
||||
data,
|
||||
|
Loading…
Reference in New Issue
Block a user