fix: fix compile error related to MxcImage
We ran into this error after updating Flutter from 3.27 to 3.32:
```
lib/widgets/mxc_image.dart:119:16: Error: The getter '_' isn't defined for the class '_MxcImageState'.
- '_MxcImageState' is from 'package:fluffychat/widgets/mxc_image.dart' ('lib/widgets/mxc_image.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named '_'.
_tryLoad(_);
```
This patch fixes that error.
pull/1965/head
parent
37d313c271
commit
e1ec87d3aa
Loading…
Reference in New Issue