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
68f2be5054
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue