修复随机PK文案在英文模式下过长问题
This commit is contained in:
@@ -401,7 +401,7 @@ public class RandomPkManager {
|
||||
* 清空状态,下播时调用
|
||||
*/
|
||||
public void release() {
|
||||
status = PK_STATUS_REQUEST;
|
||||
status = PK_STATUS_DEFAULT;
|
||||
if (task != null) {
|
||||
task.cancel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user