fix
This commit is contained in:
parent
1604b0a996
commit
bc738a6f25
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class CustomChat {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (timer != null) reset();
|
reset();
|
||||||
|
|
||||||
timer = new Timer();
|
timer = new Timer();
|
||||||
timer.schedule(task, 0, 50);
|
timer.schedule(task, 0, 50);
|
||||||
|
|
Loading…
Reference in a new issue