fix: bugfix
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user