修复直播状态
This commit is contained in:
parent
addda76eaa
commit
e68bef1f5d
@ -313,8 +313,8 @@ public class Live implements ApplicationContextAware {
|
||||
int popular = LiveUtils.bytesToInt2(bytes, 0);
|
||||
info.setPopular(popular);
|
||||
}
|
||||
upData.setLive(LiveUtils.getLiveState(roomId)?1:0);
|
||||
}
|
||||
upData.setLive(LiveUtils.getLiveState(roomId) ? 1 : 0);
|
||||
|
||||
} catch (Exception e) {
|
||||
Log.e(e);
|
||||
|
Loading…
Reference in New Issue
Block a user