修复启动页在 MIUI 上的显示问题

This commit is contained in:
juntao
2021-01-27 18:13:42 +08:00
parent d8e858ddb8
commit 4b82e40eb4
2 changed files with 1 additions and 3 deletions

View File

@ -344,7 +344,6 @@ public class MainActivity extends BaseActivity {
|| AdHelper.startupAd.getValue() == null) {
showAd = false;
getIntent().putExtra(SHOW_AD, false);
findViewById(R.id.layout_activity_content).setVisibility(View.VISIBLE);
findViewById(R.id.maskContainer).setVisibility(View.GONE);
mMainWrapperFragment.getWelcomeDialog();
}