Skip to content

Commit

Permalink
修改部分会议UI错误
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrian2012 committed Oct 8, 2022
1 parent ef5263b commit 93dbce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ - (void)viewDidLoad {

- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
if([WFCUConferenceManager sharedInstance].handupMembers.count) {
if([WFCUConferenceManager sharedInstance].handupMembers.count && !self.putdownAllBtn) {
CGRect bounds = self.view.bounds;
CGFloat buttonHeight = 48;
CGFloat buttonWidth = bounds.size.width - 16 - 16;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,7 @@ - (void)viewWillAppear:(BOOL)animated {
[self startConnectedTimer];
[self updateAudioButton];
[self updateVideoButton];
[self updateSpeakerButton];
}
}

Expand Down

0 comments on commit 93dbce5

Please sign in to comment.