修复line无法登录问题
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user