Android
null cannot be cast to non-null type
zerocool0713
2022. 6. 27. 22:18
반응형
ex) xxxxxx as CustomTextView -> xxxxxx as CustomTextView?
from Null to Non Null Casting error
반응형