修复line无法登录问题

This commit is contained in:
liyuhua
2023-12-29 16:43:37 +08:00
parent 3a576925a2
commit 6007611a3b
18 changed files with 186 additions and 67 deletions

View File

@@ -183,9 +183,6 @@
self.delegate = delegate;
[self initSubViews];
[self initSubViewConstraints];
}
return self;
}
@@ -1188,6 +1185,9 @@
}
- (void)createGiftCompoundBannerAnimation:(AttachmentModel *)attachment {
XPRoomGiftCompoundView *compoundGiftView = [[XPRoomGiftCompoundView alloc] initWithFrame:CGRectMake(KScreenWidth, kNavigationHeight + 15, KScreenWidth, 45)];
compoundGiftView.compoundGiftInfo = attachment.data;
[self.middleLevelView addSubview:compoundGiftView];