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

Ensure textview fields can be copy/pasted #3707

Merged
merged 2 commits into from
Jun 11, 2023
Merged

Ensure textview fields can be copy/pasted #3707

merged 2 commits into from
Jun 11, 2023

Conversation

nikclayton
Copy link
Contributor

The Android libraries have a bug where a TextView can forget that it contains selectable text, can be pasted in to, etc.

See https://issuetracker.google.com/issues/37095917

Fix this with an extension method that toggles the selectable state to re-enable it, and use this on the profile fields when editing an account.

Fixes #3706

The Android libraries have a bug where a TextView can forget that it contains selectable text, can be pasted in to, etc.

See https://issuetracker.google.com/issues/37095917

Fix this with an extension method that toggles the selectable state to re-enable it, and use this on the profile fields when editing an account.

Fixes #3706
Copy link
Collaborator

@connyduck connyduck left a comment

Choose a reason for hiding this comment

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

Wtf, why don't they fix this in the support library

@nikclayton nikclayton merged commit 84486c7 into tuskyapp:develop Jun 11, 2023
@nikclayton nikclayton deleted the 3706-fix-text-selection branch June 11, 2023 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[22b6] Edit Profile Fields Don't Support Text Editing Features After Activity Swap
2 participants