修复:模拟器首次进入直播间卡顿问题

This commit is contained in:
zlzw 2022-10-10 17:33:53 +08:00
parent ce7433226d
commit c0fa59ce64

View File

@ -229,7 +229,8 @@ public class GiftCacheUtil {
//单线程下载以便插队下载和及时停止下载
startDownload();
}
handler.post(() -> commonCallback.callback(file));
// handler.post(() -> commonCallback.callback(file));
commonCallback.callback(file);
}
@Override