From 1aacda08a34bfe3041ce4c78cbae350bd1c228be Mon Sep 17 00:00:00 2001 From: Sultan khan Date: Thu, 9 Apr 2026 14:57:40 +0300 Subject: [PATCH] no message --- .../profile_settings/widgets/profile_picture_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/presentation/profile_settings/widgets/profile_picture_widget.dart b/lib/presentation/profile_settings/widgets/profile_picture_widget.dart index 387907fa..1b63fef3 100644 --- a/lib/presentation/profile_settings/widgets/profile_picture_widget.dart +++ b/lib/presentation/profile_settings/widgets/profile_picture_widget.dart @@ -370,7 +370,7 @@ class _ProfilePictureWidgetState extends State { setState(() { _selectedImage = null; // Clear selected image after successful upload }); - Utils.showToast( + print( LocaleKeys.profileImageUpdatedSuccessfully.tr(context: context), ); }