fix: 修复因接口返回速度不够快时可能导致首页弹窗无法正常弹出的问题

This commit is contained in:
chenjuntao
2023-08-15 15:02:29 +08:00
parent 17ee9752d3
commit 5abb229fcc

View File

@ -532,6 +532,8 @@ public class MainActivity extends BaseActivity {
return null;
}
);
} else {
hideSplashAd();
}
}