修复bug
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
self.svgDisplayView.hidden = NO;
|
||||
@weakify(self);
|
||||
NSString * bgString = [NSString stringWithFormat:@"%@/anchor_room_bg.svga", API_Image_URL];
|
||||
NSURL *bgUrl = [NSURL fileURLWithPath:bgString];
|
||||
NSURL *bgUrl = [NSURL URLWithString:bgString];
|
||||
[self.parserManager loadSvgaWithURL:bgUrl completionBlock:^(SVGAVideoEntity * _Nullable videoItem) {
|
||||
@strongify(self);
|
||||
if (videoItem != nil) {
|
||||
|
Reference in New Issue
Block a user