kotlin.TypeCastException: null cannot be cast to non-null type kotlin.collections.MutableList

前端 未结 3 1199
独厮守ぢ
独厮守ぢ 2021-01-29 05:04

please dont marked as duplicate , as the question is slightly different ---> null cannot be cast to non-null type kotlin.collections.MutableList

3条回答
  •  甜味超标
    2021-01-29 05:42

    Null check by using the Elvis operator in the part to set in the shopping cart

    The first or second method seems to be good

提交回复
热议问题