送礼闪退问题fix
This commit is contained in:
@@ -689,7 +689,7 @@ open class BaseRoomFragment<V : IBaseRoomView?, P : BaseRoomPresenter<V>?> :
|
||||
msg: String?,
|
||||
isKnap: Boolean,
|
||||
isWholdMic: Boolean,
|
||||
drawFixedArray: List<List<Int>>,
|
||||
drawFixedArray: List<List<Int>>?,
|
||||
callback: SenGiftCallback
|
||||
) {
|
||||
val targetUids: MutableList<Long> = ArrayList()
|
||||
|
@@ -1461,7 +1461,7 @@ public class GiftDialog extends BottomSheetDialog implements View.OnClickListene
|
||||
String msg,
|
||||
boolean isKnap,
|
||||
boolean isWholeMic,
|
||||
List<List<Integer>> drawFixedArray,
|
||||
@Nullable List<List<Integer>> drawFixedArray,
|
||||
SenGiftCallback callback);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user