mirror of
https://github.com/samsonjs/media.git
synced 2026-04-10 12:05:47 +00:00
fix timebar scrubber notify wrong start position
This commit is contained in:
parent
d4eb2e5b85
commit
693fe2841d
1 changed files with 1 additions and 1 deletions
|
|
@ -408,8 +408,8 @@ public class DefaultTimeBar extends View implements TimeBar {
|
|||
switch (event.getAction()) {
|
||||
case MotionEvent.ACTION_DOWN:
|
||||
if (isInSeekBar(x, y)) {
|
||||
startScrubbing();
|
||||
positionScrubber(x);
|
||||
startScrubbing();
|
||||
scrubPosition = getScrubberPosition();
|
||||
update();
|
||||
invalidate();
|
||||
|
|
|
|||
Loading…
Reference in a new issue