add func of statusbar and func config wait to update
This commit is contained in:
@@ -25,7 +25,7 @@ public abstract class MvpActivity<V extends IView, P extends Presenter<V>> exten
|
||||
|
||||
@Override
|
||||
protected void onCreate(@Nullable Bundle savedInstanceState) {
|
||||
BarUtils.transparentStatusBar(this);
|
||||
BarUtils.hideStatusBarAndSticky(this.getWindow());
|
||||
super.onCreate(savedInstanceState);
|
||||
beforeSetContentView(savedInstanceState);
|
||||
setContentView(getLayoutId());
|
||||
@@ -37,7 +37,6 @@ public abstract class MvpActivity<V extends IView, P extends Presenter<V>> exten
|
||||
@Override
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
BarUtils.setNavBarVisibility(this, false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user