Commit 5655d8fd by pierce

fixed build error

parent 9094016d
...@@ -978,7 +978,6 @@ FUSLinkMicUserListDelegate ...@@ -978,7 +978,6 @@ FUSLinkMicUserListDelegate
self.pusherPopularView = [[FUSPopularProgressView alloc] initWithFrame:CGRectMake(12, self.pusherHeadView.bottom, 48, 48)]; self.pusherPopularView = [[FUSPopularProgressView alloc] initWithFrame:CGRectMake(12, self.pusherHeadView.bottom, 48, 48)];
__weak typeof(self) weakSelf = self;
self.pusherPopularView.tapPopularViewHandler = ^{ self.pusherPopularView.tapPopularViewHandler = ^{
[weakSelf fus_showAudiencePopViewStartWithContribute:YES]; [weakSelf fus_showAudiencePopViewStartWithContribute:YES];
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment