This commit is contained in:
Chayapak 2023-09-24 18:16:05 +07:00
parent 1604b0a996
commit bc738a6f25

View file

@ -49,7 +49,7 @@ public class CustomChat {
}
};
if (timer != null) reset();
reset();
timer = new Timer();
timer.schedule(task, 0, 50);