-
Notifications
You must be signed in to change notification settings - Fork 4
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
Conversation
📱 New catalog for testing generated: Download |
📱 New catalog for testing generated: Download |
📱 New catalog for testing generated: Download |
📱 New catalog for testing generated: Download |
@@ -191,6 +191,7 @@ class ProgressButton : FrameLayout { | |||
} | |||
} | |||
|
|||
@SuppressLint("ClickableViewAccessibility") |
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.
Talkback working properly
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.
Also SwitchAccess has been verified ✅
🥅 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
🧪 How can I test this?
Tested in this PR with this snapshot (15.0.1.2-SNAPSHOT)