GeekBug

Results 3 issues of GeekBug

java.lang.NullPointerException Attempt to read from field 'com.haibin.calendarview.CalendarView$h com.haibin.calendarview.e.A' on a null object reference com.haibin.calendarview.CalendarLayout$4.void onAnimationEnd(android.animation.Animator)(CalendarLayout.java:714) android.animation.ValueAnimator.endAnimation(ValueAnimator.java:1239) android.animation.ValueAnimator$AnimationHandler.doAnimationFrame(ValueAnimator.java:766) android.animation.ValueAnimator$AnimationHandler$1.run(ValueAnimator.java:801)

根据[官方API](https://developer.android.google.cn/guide/topics/media-apps/audio-focus#automatic_ducking)写的代码,审查没问题,在Android8.0上可以丢失焦点,在Android9.0多台设备验证下发现不能丢失焦点,目前看来应该是个通病,也不确定是否是代码有差异问题,大家是否有遇到这个问题,或者帮忙验证下是否也有这个问题,谢谢。

## Current use version? #### 当前使用的版本是多少? ``` 3.10.7 ``` ## Will this problem occur in demo? #### Demo能否复现这问题? ``` 不能 ``` ## Describe the problem or provide an error log?...