mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +01:00
Merge branch 'krille/fix-mxc-image' into 'main'
chore: Follow up fix mxc Image See merge request famedly/fluffychat!969
This commit is contained in:
commit
0eee5f70ea
@ -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…
x
Reference in New Issue
Block a user