You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kotlin.UninitializedPropertyAccessException: lateinit property cellBeanList has not been initialized at com.github.ihsg.patternlocker.PatternLockerView.updateHitState(PatternLockerView.kt:270) at com.github.ihsg.patternlocker.PatternLockerView.handleActionDown(PatternLockerView.kt:225) at com.github.ihsg.patternlocker.PatternLockerView.onTouchEvent(PatternLockerView.kt:145)
The text was updated successfully, but these errors were encountered:
NicholasHzf
changed the title
cellBeanList 最好使用懒加载,不如会产生未初始化问题
cellBeanList 最好使用懒加载,不然会产生未初始化问题
Feb 27, 2021
kotlin.UninitializedPropertyAccessException: lateinit property cellBeanList has not been initialized at com.github.ihsg.patternlocker.PatternLockerView.updateHitState(PatternLockerView.kt:270) at com.github.ihsg.patternlocker.PatternLockerView.handleActionDown(PatternLockerView.kt:225) at com.github.ihsg.patternlocker.PatternLockerView.onTouchEvent(PatternLockerView.kt:145)
The text was updated successfully, but these errors were encountered: