fix: bugfix

This commit is contained in:
eggmanQQQ
2025-02-26 14:08:27 +08:00
parent c15b8581be
commit b25ad423d0

View File

@@ -660,6 +660,12 @@ class RoomLuckyBagDialog : BaseDialogFragment<DialogRoomLuckyBagBinding>() {
}) })
} }
} }
if (!items.isVerify()) {
R.string._ver_24_sentLuckyBagNoSelect.doToast()
return
}
sentGiftBag(LuckyBagGiftBody().apply { sentGiftBag(LuckyBagGiftBody().apply {
roomUid = AvRoomDataManager.get().roomUid roomUid = AvRoomDataManager.get().roomUid
uid = AuthModel.get().currentUid uid = AuthModel.get().currentUid