Skip to content

Commit

Permalink
scrollToBottomAnimated: fix long message handling
Browse files Browse the repository at this point in the history
  • Loading branch information
toblerpwn committed Nov 25, 2014
1 parent 8f28bc5 commit 28b1789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ - (void)scrollToBottomAnimated:(BOOL)animated
}

[self.collectionView scrollToItemAtIndexPath:[NSIndexPath indexPathForItem:items - 1 inSection:0]
atScrollPosition:UICollectionViewScrollPositionTop
atScrollPosition:UICollectionViewScrollPositionBottom
animated:animated];
}

Expand Down

0 comments on commit 28b1789

Please sign in to comment.