修改 测试问题
This commit is contained in:
parent
5c00e065d2
commit
484891cfe7
@ -1,7 +1,7 @@
|
|||||||
package com.yunbao.common.bean;
|
package com.yunbao.common.bean;
|
||||||
|
|
||||||
public class CoolConfig extends BaseModel {
|
public class CoolConfig extends BaseModel {
|
||||||
private int rate;
|
private int rate=1;
|
||||||
private String ticketCount="0" ;
|
private String ticketCount="0" ;
|
||||||
|
|
||||||
public String getTicketCount() {
|
public String getTicketCount() {
|
||||||
|
@ -23,6 +23,6 @@ android.enableJetifier=true
|
|||||||
|
|
||||||
systemProp.http.proxyHost=127.0.0.1
|
systemProp.http.proxyHost=127.0.0.1
|
||||||
systemProp.https.proxyHost=127.0.0.1
|
systemProp.https.proxyHost=127.0.0.1
|
||||||
systemProp.https.proxyPort=55219
|
systemProp.https.proxyPort=10809
|
||||||
systemProp.http.proxyPort=55219
|
systemProp.http.proxyPort=10809
|
||||||
#android.enableR8.fullMode=true
|
#android.enableR8.fullMode=true
|
@ -403,6 +403,7 @@ public class LiveAudienceViewHolder extends AbsLiveViewHolder {
|
|||||||
}
|
}
|
||||||
}else {
|
}else {
|
||||||
circleProgress.setCurrent(2);
|
circleProgress.setCurrent(2);
|
||||||
|
time_text.setVisibility(View.GONE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -452,6 +453,7 @@ public class LiveAudienceViewHolder extends AbsLiveViewHolder {
|
|||||||
lianSongHandler.removeCallbacks(lianSongRunnable);
|
lianSongHandler.removeCallbacks(lianSongRunnable);
|
||||||
lianSongHandler.removeCallbacks(lianSongRunnable);
|
lianSongHandler.removeCallbacks(lianSongRunnable);
|
||||||
quickGiftHandler.removeCallbacks(quickGiftRunnable);
|
quickGiftHandler.removeCallbacks(quickGiftRunnable);
|
||||||
|
quickGiftContDown = 120;
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean removeRunnable = false;
|
private boolean removeRunnable = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user