|
|
|
@ -370,7 +370,7 @@ class _ProfilePictureWidgetState extends State<ProfilePictureWidget> {
|
|
|
|
setState(() {
|
|
|
|
setState(() {
|
|
|
|
_selectedImage = null; // Clear selected image after successful upload
|
|
|
|
_selectedImage = null; // Clear selected image after successful upload
|
|
|
|
});
|
|
|
|
});
|
|
|
|
Utils.showToast(
|
|
|
|
print(
|
|
|
|
LocaleKeys.profileImageUpdatedSuccessfully.tr(context: context),
|
|
|
|
LocaleKeys.profileImageUpdatedSuccessfully.tr(context: context),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|