个播房隐藏红包通知开关按钮
This commit is contained in:
@@ -368,11 +368,9 @@ public class RoomOperationDialog extends BottomSheetDialog {
|
||||
if (!AvRoomDataManager.get().isManager()) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!AvRoomDataManager.get().isSingleRoom()) {
|
||||
if (AvRoomDataManager.get().isSingleRoom()) {
|
||||
return;
|
||||
}
|
||||
|
||||
boolean getIsShowRedPackage = AvRoomDataManager.get().isOpenRedPackage();
|
||||
LogUtils.e("getIsShowRedPackage:" + getIsShowRedPackage);
|
||||
String text = getIsShowRedPackage ?
|
||||
|
Reference in New Issue
Block a user