Results 24 issues of Nstd

![image](https://cloud.githubusercontent.com/assets/3004225/21970335/3808fbf6-dbe0-11e6-8be3-6e1e78cd7c2a.png) 使用22的时候报这个错,改成23之后就好了,但是我们现在暂时不能改这个

`implementation 'com.jaeger.statusbarutil:library:1.4.0'` 4.4的系统,使用了这个库 在`ChattingResolvedFragmentActivity`中设置`StatusBarUtil.setColor(this, Color.parseColor("#ff00ff"));` 点击面板切换(从输入法切到面板)的时候显示异常,需要点两次才能正常显示面板,第一次显示为空

打开Run/Debug Configurations 提示: `Run Configuration Error: Wrong SDK type for plugin module 'RouterGoPlugin'.` IDEA版本:2019.2.1 Build #IU-192.6262.58, built on August 20, 2019

使用[sticky-headers-recyclerview](https://github.com/timehop/sticky-headers-recyclerview) 如果第0个item是固定不可滑动的,此时ScrollableLayout滑动会有问题(helper中recycle的滑动判断有问题) 请问能不能开放一个setHelper的方法,可以让我们重写helper中的isTop()方法