單人PK卡0分 優化計算中
This commit is contained in:
parent
bafea09e44
commit
488bee514d
@ -312,10 +312,10 @@ public class LiveRyLinkMicPkPresenter implements View.OnClickListener {
|
||||
if (mLiveLinkMicPkViewHolder != null) {
|
||||
String s = mIsPkEnd ? mPkTimeString2 : mPkTimeString1;
|
||||
String s1 = StringUtil.getDurationText(mPkTimeCount * 1000);
|
||||
if (i == 1 && s1.equals("00:01")) {
|
||||
s1 = "00:00";
|
||||
i = 0;
|
||||
}
|
||||
// if (i == 1 && s1.equals("00:01")) {
|
||||
// s1 = "00:00";
|
||||
// i = 0;
|
||||
// }
|
||||
if (rtcRoom != null) {
|
||||
ScreenDimenUtil util = ScreenDimenUtil.getInstance();
|
||||
int mScreenWdith = util.getScreenWdith();
|
||||
|
Loading…
Reference in New Issue
Block a user