送礼闪退问题fix

This commit is contained in:
huangjian
2022-08-24 14:57:33 +08:00
parent f3f4b1a150
commit 2d09de2051
2 changed files with 2 additions and 2 deletions

View File

@@ -689,7 +689,7 @@ open class BaseRoomFragment<V : IBaseRoomView?, P : BaseRoomPresenter<V>?> :
msg: String?, msg: String?,
isKnap: Boolean, isKnap: Boolean,
isWholdMic: Boolean, isWholdMic: Boolean,
drawFixedArray: List<List<Int>>, drawFixedArray: List<List<Int>>?,
callback: SenGiftCallback callback: SenGiftCallback
) { ) {
val targetUids: MutableList<Long> = ArrayList() val targetUids: MutableList<Long> = ArrayList()

View File

@@ -1461,7 +1461,7 @@ public class GiftDialog extends BottomSheetDialog implements View.OnClickListene
String msg, String msg,
boolean isKnap, boolean isKnap,
boolean isWholeMic, boolean isWholeMic,
List<List<Integer>> drawFixedArray, @Nullable List<List<Integer>> drawFixedArray,
SenGiftCallback callback); SenGiftCallback callback);
} }