Skip to content

Commit c6a0490

Browse files
committed
update README
1 parent 85b3c70 commit c6a0490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ configuration.customSkipView = [self customSkipView];
644644

645645
#### 3.为什么有时候我会卡在启动广告页面不动(偶现)?
646646
* 此情况多出现在网络环境差时,请检查你程序启动时,有没有掉用同步方法或同步请求,(例如:环信SDK同步登录等),
647-
* XHLaunchAd采用GCD定时器,不受主线程阻塞影响,但是GCD倒计时到后,广告移除实在主线程中进行的.
647+
* XHLaunchAd采用GCD定时器,不受主线程阻塞影响,但更新UI是在主线程中进行的.
648648

649649

650650
## 依赖

0 commit comments

Comments
 (0)