Remove a growingTextView flickering when a message is sent with a dismissed keyboard.

This commit is contained in:
ylecollen 2015-01-22 17:43:57 +01:00
parent 721a715045
commit 8d6f44b011

View file

@ -2003,6 +2003,9 @@ NSString *const kCmdResetUserPowerLevel = @"/deop";
// to have a valid sscroll to bottom
[self scrollToBottomAnimated:NO];
}
} else {
// force to render the view
[self.view layoutIfNeeded];
}
}