Use case description
Android 10 with navigation gestures
Timebar is edge to edge, user wants to move the thumb from the begin to the middle => back gesture triggered. wanted => seek
Proposed solution
implement setSystemGestureExclusionRects()
https://developer.android.com/guide/navigation/gesturenav#back-gestures
Since the "SeekBar components support automatic opt-out behavior out of the box." I think it would be a good idea to also support this.
Use case description
Android 10 with navigation gestures
Timebar is edge to edge, user wants to move the thumb from the begin to the middle => back gesture triggered. wanted => seek
Proposed solution
implement
setSystemGestureExclusionRects()https://developer.android.com/guide/navigation/gesturenav#back-gestures
Since the "SeekBar components support automatic opt-out behavior out of the box." I think it would be a good idea to also support this.