5ZSQ
Results
2
comments of
5ZSQ
现在这个版本是已经修复了的还是依旧存在有上述问题呢?看了下code的提交记录,看来是没有fix了~ 不过也谢谢@Jude95~
>建议:使用StatusBarUtil后可能还是会出现statusBar显示异常,可以尝试在**onPostCreate()**方法追加: ` SwipeBackHelper.onPostCreate(this); StatusBarUtil.setColor(this, getResources().getColor(R.color.blue),0); `