Skip to content

Commit

Permalink
fixup! TW-1650: use Image.memory for encrypted image
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockvn committed May 6, 2024
1 parent 40e23bd commit 4fde220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/chat/events/image_builder_web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ class _EncryptedImageWidgetState extends State<EncryptedImageWidget> {
@override
void initState() {
super.initState();
loadWebFile();
}

Future<void> loadWebFile() async {
Expand Down

0 comments on commit 4fde220

Please sign in to comment.