修复:模拟器首次进入直播间卡顿问题
This commit is contained in:
parent
ce7433226d
commit
c0fa59ce64
@ -229,7 +229,8 @@ public class GiftCacheUtil {
|
||||
//单线程下载,以便插队下载和及时停止下载
|
||||
startDownload();
|
||||
}
|
||||
handler.post(() -> commonCallback.callback(file));
|
||||
// handler.post(() -> commonCallback.callback(file));
|
||||
commonCallback.callback(file);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user