-
-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added dialog if users click on unselect image button #2427 #3707
Conversation
…cts#2427 Signed-off-by: BhuvanAde <[email protected]>
@monsieurtanuki Please review this PR. I have fixed the suggested changes. Please let me know if there is anything to change |
@BhuvanAde remove the unused imports from the code ! That's why pre submit tests are failing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @BhuvanAde!
Please have a look at my comments.
packages/smooth_app/lib/pages/product/product_image_viewer.dart
Outdated
Show resolved
Hide resolved
packages/smooth_app/lib/pages/product/product_image_viewer.dart
Outdated
Show resolved
Hide resolved
@monsieurtanuki. Sorry for the inconvenience. Please take a look at these. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @BhuvanAde, that looks OK!
@@ -164,7 +166,7 @@ class _ProductImageViewerState extends State<ProductImageViewer> { | |||
EditImageButton( | |||
iconData: Icons.do_disturb_on, | |||
label: appLocalizations.edit_photo_unselect_button_label, | |||
onPressed: _actionUnselect, | |||
onPressed: () => _actionUnselect(appLocalizations), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure of the added value to make this call different from the other.
Signed-off-by: BhuvanAde [email protected]
What
app_en.ar
Screenshot
Fixes bug(s)
#2427
Part of