✨ Org publishers
This commit is contained in:
@ -32,6 +32,7 @@ class UpdateProfileScreen extends HookConsumerWidget {
|
||||
.pickImage(source: ImageSource.gallery);
|
||||
if (result == null) return;
|
||||
if (!context.mounted) return;
|
||||
hideLoadingModal(context);
|
||||
result = await cropImage(
|
||||
context,
|
||||
image: result,
|
||||
@ -47,6 +48,7 @@ class UpdateProfileScreen extends HookConsumerWidget {
|
||||
return;
|
||||
}
|
||||
if (!context.mounted) return;
|
||||
showLoadingModal(context);
|
||||
|
||||
submitting.value = true;
|
||||
try {
|
||||
|
Reference in New Issue
Block a user