Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Handles Android back button
  • Loading branch information
antonis committed Jan 27, 2025
commit a4962b9694dadc50ee6ca24e49440e652ee20a45
2 changes: 1 addition & 1 deletion packages/core/src/js/feedback/FeedbackFormManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class FeedbackFormProvider extends React.Component<FeedbackFormProviderProps> {
{this.props.children}
{isVisible && (
<View>
<Modal visible={isVisible} transparent animationType="slide">
<Modal visible={isVisible} transparent animationType="slide" onRequestClose={this._handleClose}>
<View style={styles.modalBackground}>
<FeedbackForm
onFormClose={this._handleClose}
Expand Down