Org publishers

This commit is contained in:
2025-05-12 22:15:51 +08:00
parent 8efd8cd58e
commit ee8d502fc6
7 changed files with 106 additions and 41 deletions

View File

@ -254,7 +254,7 @@ class EditChatScreen extends HookConsumerWidget {
return;
}
if (!context.mounted) return;
hideLoadingModal(context);
result = await cropImage(
context,
image: result,
@ -267,6 +267,7 @@ class EditChatScreen extends HookConsumerWidget {
);
if (result == null) return;
if (!context.mounted) return;
showLoadingModal(context);
submitting.value = true;
try {