PatternLocker icon indicating copy to clipboard operation
PatternLocker copied to clipboard

cellBeanList 最好使用懒加载,不然会产生未初始化问题

Open NicholasHzf opened this issue 4 years ago • 2 comments

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)

NicholasHzf avatar Feb 27 '21 08:02 NicholasHzf

我也碰到这个问题了, 希望作者修复下

dhlie avatar Jul 05 '21 07:07 dhlie