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

Fix acceptance errors of v15.0.1 #395

Merged
merged 4 commits into from
Nov 6, 2024

Conversation

pmartinbTEF
Copy link
Contributor

@pmartinbTEF pmartinbTEF commented Nov 6, 2024

🥅 What's the goal?

Fix acceptance errors of v15.0.1. PerformClick call was causing double calls to progressButton. Also if you scroll starting from the button, lifting your finger activates the button.

🚧 How do we do it?

Deleted performClick call and added SuppressLint annotation

☑️ Checks

  • I updated the documentation, including readmes and wikis. If this is a breaking change, tag the PR with "Breaking Change" label and remember to include breaking change migration guide in release notes where this version is released.
  • Tested with dark mode.
  • Tested with API 24.
  • Sync done with iOS team for this feature to ensure alignment, if applies.
  • Accessibility considerations.

🧪 How can I test this?

Tested in this PR with this snapshot (15.0.1.2-SNAPSHOT)

Copy link

github-actions bot commented Nov 6, 2024

📱 New catalog for testing generated: Download

Copy link

github-actions bot commented Nov 6, 2024

📱 New catalog for testing generated: Download

Copy link

github-actions bot commented Nov 6, 2024

📱 New catalog for testing generated: Download

Copy link

github-actions bot commented Nov 6, 2024

📱 New catalog for testing generated: Download

@pmartinbTEF pmartinbTEF marked this pull request as ready for review November 6, 2024 13:02
@@ -191,6 +191,7 @@ class ProgressButton : FrameLayout {
}
}

@SuppressLint("ClickableViewAccessibility")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Talkback working properly

Copy link
Contributor

Choose a reason for hiding this comment

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

Also SwitchAccess has been verified ✅

@pmartinbTEF pmartinbTEF merged commit 66aa72d into main Nov 6, 2024
5 checks passed
@pmartinbTEF pmartinbTEF deleted the ANDROID-15350-Check_v15_0_1_errors branch November 6, 2024 15:57
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.

6 participants