Skip to content

Commit e408532

Browse files
committed
see 05/05 log
1 parent 0c90ed0 commit e408532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utilcode/src/main/java/com/blankj/utilcode/util/BarUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ private static StatusBarView createStatusBarView(Activity activity, int color, i
531531
/**
532532
* 设置根布局参数
533533
*/
534+
@TargetApi(Build.VERSION_CODES.ICE_CREAM_SANDWICH)
534535
private static void setRootView(Activity activity) {
535536
ViewGroup rootView = (ViewGroup) ((ViewGroup) activity.findViewById(android.R.id.content)).getChildAt(0);
536537
rootView.setFitsSystemWindows(true);

0 commit comments

Comments
 (0)