Skip to content

Commit

Permalink
fix(android): change UPDATE_CURRENT_POSITION value not zero , will co…
Browse files Browse the repository at this point in the history
…nflict with post message
  • Loading branch information
I-m-SuperMan committed Jul 3, 2020
1 parent d091136 commit cb9389d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void handleMessage(Message msg) {
}
}

private static final int UPDATE_CURRENT_POSITION = 0;
private static final int UPDATE_CURRENT_POSITION = 1000;

private void handleMessage(Message msg) {
if (msg.what == UPDATE_CURRENT_POSITION) {
Expand Down

0 comments on commit cb9389d

Please sign in to comment.