修改 测试问题

This commit is contained in:
18401019693 2023-12-06 17:13:14 +08:00
parent 5c00e065d2
commit 484891cfe7
3 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
package com.yunbao.common.bean;
public class CoolConfig extends BaseModel {
private int rate;
private int rate=1;
private String ticketCount="0" ;
public String getTicketCount() {

View File

@ -23,6 +23,6 @@ android.enableJetifier=true
systemProp.http.proxyHost=127.0.0.1
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=55219
systemProp.http.proxyPort=55219
systemProp.https.proxyPort=10809
systemProp.http.proxyPort=10809
#android.enableR8.fullMode=true

View File

@ -403,6 +403,7 @@ public class LiveAudienceViewHolder extends AbsLiveViewHolder {
}
}else {
circleProgress.setCurrent(2);
time_text.setVisibility(View.GONE);
}
}
@ -452,6 +453,7 @@ public class LiveAudienceViewHolder extends AbsLiveViewHolder {
lianSongHandler.removeCallbacks(lianSongRunnable);
lianSongHandler.removeCallbacks(lianSongRunnable);
quickGiftHandler.removeCallbacks(quickGiftRunnable);
quickGiftContDown = 120;
}
private boolean removeRunnable = false;