I have upgraded
targetSdkVersion
and
compileSdkVersion
to 33.
val picList =
result.data?.getParcelableArrayListExtra<PageNumberFile>(KEY_CAM_PIC_LIST)
它建议我使用类型安全器,请问有什么解决办法?