fix status bar problem
This commit is contained in:
@@ -87,6 +87,12 @@ public abstract class MvpActivity<V extends IView, P extends Presenter<V>> exten
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onWindowFocusChanged(boolean hasFocus) {
|
||||
super.onWindowFocusChanged(hasFocus);
|
||||
BarUtils.hideStatusBarAndSticky(this.getWindow());
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onDestroy() {
|
||||
super.onDestroy();
|
||||
|
||||
Reference in New Issue
Block a user