Skip to content

Commit

Permalink
修复初始化bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yaozs committed Apr 25, 2018
1 parent 1efc0ae commit 3669d95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ public void onLazyInitView(@Nullable Bundle savedInstanceState) {
@Override
public void onSupportVisible() {
super.onSupportVisible();
mImmersionBar = ImmersionBar.with(this);
if (immersionEnabled()) {
mImmersionBar = ImmersionBar.with(this);
immersionInit(mImmersionBar);
}
hideInput();
Expand Down

0 comments on commit 3669d95

Please sign in to comment.