资讯文章超链接支持跳转到社区文章

This commit is contained in:
kehaoyuan
2019-04-04 16:21:50 +08:00
parent f5a9e7b487
commit 2b2b71fe01
2 changed files with 28 additions and 1 deletions

View File

@ -261,7 +261,7 @@ public class MainActivity extends BaseActivity {
if (isNewFirstLaunch) {
// 延时两秒提交 APP 启动日志的,避免提交时还没获取到 GID
AppExecutor.getUiExecutor().executeWithDelay(() -> {
if(!this.isFinishing()) {
if (!this.isFinishing()) {
LogUtils.uploadDevice(DeviceTokenUtils.getLaunchType());
}
}, 2000L);