修复随机PK文案在英文模式下过长问题

This commit is contained in:
2023-07-21 09:45:11 +08:00
parent 3376a57f9d
commit e32d450ca1
2 changed files with 68 additions and 61 deletions

View File

@@ -401,7 +401,7 @@ public class RandomPkManager {
* 清空状态,下播时调用
*/
public void release() {
status = PK_STATUS_REQUEST;
status = PK_STATUS_DEFAULT;
if (task != null) {
task.cancel();
}