fit android 10 about status bar
This commit is contained in:
@@ -88,8 +88,8 @@ public abstract class MvpActivity<V extends IView, P extends Presenter<V>> exten
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onWindowFocusChanged(boolean hasFocus) {
|
||||
super.onWindowFocusChanged(hasFocus);
|
||||
protected void onRestart() {
|
||||
super.onRestart();
|
||||
BarUtils.hideStatusBarAndSticky(this.getWindow());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user