You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DefaultTimeBar has problem with accessibility issue
check the screenshot I got https://photos.app.goo.gl/qMTmTDzyG2M2yL3HA.
I am using app "Accessibility Scanner" (developed by Google, you can download it from play store) to scan the UI element in the screen
The text was updated successfully, but these errors were encountered:
At the moment we're setting the AccessibilityNodeInfo class name to the custom view class name, but it looks like it needs to be the name of the most similar widget from the Android SDK or support library (probably android.widget.SeekBar). See also https://support.google.com/accessibility/android/answer/7661305.
DefaultTimeBar has problem with accessibility issue
check the screenshot I got https://photos.app.goo.gl/qMTmTDzyG2M2yL3HA.
I am using app "Accessibility Scanner" (developed by Google, you can download it from play store) to scan the UI element in the screen
The text was updated successfully, but these errors were encountered: