Skip to content

Commit

Permalink
Fix animation issue when text view height changes
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Oct 16, 2019
1 parent 37b703b commit e95767d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IRCCloud/Classes/MainViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -3349,8 +3349,6 @@ -(void)transitionToSize:(CGSize)size {
frame.size.width -= self->_buffersView.tableView.frame.size.width;
self->_connectingView.frame = self->_titleView.frame = frame;

[self.view layoutIfNeeded];

[self _updateTitleArea];
[self _updateServerStatus];
[self _updateUserListVisibility];
Expand Down

0 comments on commit e95767d

Please sign in to comment.