-
-
Notifications
You must be signed in to change notification settings - Fork 344
feat(feedback): Screenshot button error flow #4757
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
Conversation
|
Android (legacy) Performance metrics 🚀
|
Android (new) Performance metrics 🚀
|
iOS (legacy) Performance metrics 🚀
|
if (screenshot === 'ErrorCapturingScreenshot') { | ||
setTimeout(async () => { | ||
feedbackAlertDialog(text.errorTitle, text.captureScreenshotError); | ||
}, 100); |
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.
The delay is here to let the widget slide back up, a.k.a just for better visuals?
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.
Yes, and to prevent the alert from hiding below the modal.
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, looks good.
📢 Type of change
Based on #4726
📜 Description
Shows an error message when screenshot capture fails
💡 Motivation and Context
See #4714 (comment)
💚 How did you test it?
Manual with screenshotError.patch, CI
📝 Checklist
sendDefaultPII
is enabled🔮 Next steps
#skip-changelog