laobie / StatusBarUtil

A util for setting status bar style on Android App.
http://t.cn/Rq746Kb
Apache License 2.0
8.82k stars 1.72k forks source link

MEIZU手机上setRootView报错 #25

Closed ufo6216019 closed 8 years ago

ufo6216019 commented 8 years ago

Caused by: java.lang.NullPointerException at com.jaeger.library.StatusBarUtil.setRootView(StatusBarUtil.java:416) at com.jaeger.library.StatusBarUtil.setColor(StatusBarUtil.java:56) at com.jaeger.library.StatusBarUtil.setColor(StatusBarUtil.java:31)

ViewGroup rootView = (ViewGroup) ((ViewGroup) activity.findViewById(android.R.id.content)).getChildAt(0);

rootView 空指针,不知道是不是魅族手机改变了根布局id

laobie commented 8 years ago

是不是在 setContentView 之前调用的? @ufo6216019

laobie commented 8 years ago

以后遇到问题先下载demo看看demo正常不,只要demo正常,就是自己使用问题,别随便提issue