Smart cast to 'Type' is impossible, because 'variable' is a mutable property that could have been changed by this time
AND 2024. 12. 3. 07:57private var mMsgView : View? = null
mMsgView.method() // ERROR
mMsgView?.method() // OK
'AND' 카테고리의 다른 글
Manifest merger failed : Attribute uses-permission (0) | 2024.12.30 |
---|---|
onTouchEvent 미호출 (0) | 2024.12.03 |
Loading Devices... 잠김 현상 (0) | 2024.09.24 |
Unresolved reference: R (0) | 2022.08.31 |
Unresolved reference: R (0) | 2022.08.23 |