diff options
Diffstat (limited to 'Juick/ViewControllers/ThreadViewController.m')
-rw-r--r-- | Juick/ViewControllers/ThreadViewController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/ViewControllers/ThreadViewController.m b/Juick/ViewControllers/ThreadViewController.m index 48999b4..1bc820a 100644 --- a/Juick/ViewControllers/ThreadViewController.m +++ b/Juick/ViewControllers/ThreadViewController.m @@ -36,7 +36,7 @@ -(void) loadMore { Message *lastMsg = [self.messages lastObject]; - [self setShouldScrollToBottomOnRefresh:lastMsg.rid > 0]; + [self setShouldScrollToUnreadOnRefresh:lastMsg.rid > 0]; [self refreshData]; } |