Chat: Expanded header

Fix issue: scroll to the top of the bubbles table failed
This commit is contained in:
giomfo
2016-02-10 11:13:30 +01:00
parent f5fb047062
commit 7a9ac019da
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -438,7 +438,7 @@
[UIView animateWithDuration:0.3 delay:0 options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseIn
animations:^{
self.bubblesTableViewTopConstraint.constant = (isHidden ? 0 : self.expandedHeaderContainerHeightConstraint.constant);
self.bubblesTableViewTopConstraint.constant = (isHidden ? 0 : self.expandedHeaderContainerHeightConstraint.constant - self.bubblesTableView.contentInset.top);
if (roomAvatarView)
{