Skip to content
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

Android: Keep swipe-to-dismiss disabled by default #101996

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

syntaxerror247
Copy link
Member

In PR #100601, where I added the export option to disable Swipe to Dismiss, I initially intended to keep this feature enabled by default, assuming the attribute would be ignored on standard Android devices. However, it appears that some devices do not ignore this attribute, leading to unexpected closing behavior.

In this PR, I am setting Swipe to Dismiss to false by default.

Copy link
Contributor

@m4gr3d m4gr3d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Copy link
Contributor

@Repiteo Repiteo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New documentation needs to be sorted alphabetically to pass CI

@Repiteo Repiteo merged commit b238fe2 into godotengine:master Jan 28, 2025
19 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Jan 28, 2025

Thanks!

@syntaxerror247 syntaxerror247 deleted the fix-swipe-to-dismiss branch January 28, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[4.4-beta1.mono] Android app closes down on right-swipe if built with Gradle
4 participants