Commit 6f7b175c1e13198b63be4b3123dfec248b1c8158
1 parent
8e86a2dc
Exists in
yxb_dev
and in
2 other branches
no message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
mvpsdk/src/main/java/com/share/mvpsdk/base/activity/BaseCompatActivity.java
... | ... | @@ -64,7 +64,7 @@ public abstract class BaseCompatActivity extends SupportActivity { |
64 | 64 | SpUtils.getNightModel(this) ? 1 : 0]); |
65 | 65 | setContentView(getLayoutId()); |
66 | 66 | ButterKnife.bind(this); |
67 | - StatusBarUtils.setTransparent(this); | |
67 | +// StatusBarUtils.setTransparent(this); | |
68 | 68 | setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); |
69 | 69 | initData(); |
70 | 70 | initView(savedInstanceState); | ... | ... |