單人PK卡0分 優化計算中

This commit is contained in:
18142669586 2022-12-30 16:36:40 +08:00
parent bafea09e44
commit 488bee514d

View File

@ -312,10 +312,10 @@ public class LiveRyLinkMicPkPresenter implements View.OnClickListener {
if (mLiveLinkMicPkViewHolder != null) { if (mLiveLinkMicPkViewHolder != null) {
String s = mIsPkEnd ? mPkTimeString2 : mPkTimeString1; String s = mIsPkEnd ? mPkTimeString2 : mPkTimeString1;
String s1 = StringUtil.getDurationText(mPkTimeCount * 1000); String s1 = StringUtil.getDurationText(mPkTimeCount * 1000);
if (i == 1 && s1.equals("00:01")) { // if (i == 1 && s1.equals("00:01")) {
s1 = "00:00"; // s1 = "00:00";
i = 0; // i = 0;
} // }
if (rtcRoom != null) { if (rtcRoom != null) {
ScreenDimenUtil util = ScreenDimenUtil.getInstance(); ScreenDimenUtil util = ScreenDimenUtil.getInstance();
int mScreenWdith = util.getScreenWdith(); int mScreenWdith = util.getScreenWdith();