修复bug
This commit is contained in:
@@ -1658,7 +1658,7 @@
|
||||
if (self.svgaQueue.count > 0) {
|
||||
dispatch_sync(dispatch_get_main_queue(), ^{
|
||||
GiftReceiveInfoModel * receiveModel = [self.svgaQueue firstObject];
|
||||
[self createGiftBannerViewAnimation:receiveModel];
|
||||
[self createGiftSvgaAnimation:receiveModel];
|
||||
[self.svgaQueue removeObject:receiveModel];
|
||||
});
|
||||
}else {
|
||||
|
Reference in New Issue
Block a user