资讯文章超链接支持跳转到社区文章
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user