修改直播间左上角靓字
This commit is contained in:
parent
7eb3e567f6
commit
0429e7ca36
@ -378,9 +378,9 @@ public class LiveBean implements Parcelable {
|
||||
*/
|
||||
public String getLiangNameTip() {
|
||||
if (!TextUtils.isEmpty(this.goodNum) && !"0".equals(this.goodNum)) {
|
||||
return WordUtil.getString(R.string.live_liang) + ":" + this.goodNum;
|
||||
return this.goodNum;
|
||||
}
|
||||
return "ID:" + this.uid;
|
||||
return this.uid;
|
||||
}
|
||||
|
||||
public LiveBean() {
|
||||
|
Loading…
Reference in New Issue
Block a user