This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 496
Settings switches don't work when sliding them #607
Labels
Comments
Adding a simple |
I think |
|
8 tasks
i did some work in #612 can you check if the flickering happens there for you? |
This works perfectly, no flickering happening |
8 tasks
harambasicluka
added a commit
that referenced
this issue
Jul 1, 2020
* Changed setOnClickListener to setOnCheckedChangeListener to allow for swipe input on the settings switch Signed-off-by: Kolya Opahle <k.opahle@sap.com> * More changes of setOnClickListener to setOnCheckedChangeListener Signed-off-by: Kolya Opahle <k.opahle@sap.com> * Added isAccessibilityFocused check to support talk back * DataBinding now sets a tag on switch when changing its status via code Co-authored-by: harambasicluka <64483219+harambasicluka@users.noreply.github.com>
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When you slide a switch in the app settings, the option doesn't change.
Expected behaviour
When sliding a switch in the app settings the option should change.
Steps to reproduce the issue
Go into the apps settings, to notifications or tracing.
Instead of clicking the switch, drag / slide it manually with your finger.
See that the option did not change.
Technical details
OnePlus 7 Pro OxygenOS 10 (Android 10)
App version 1.0.0
Possible Fix
Add an additional listener, I'll look into it.
The text was updated successfully, but these errors were encountered: