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