summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/ThreadViewController.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-03-25 16:07:22 +0300
committerGravatar Vitaly Takmazov2019-03-25 16:07:22 +0300
commit72fbd1b82041082dfb25cfdf0f28db65fd1c878a (patch)
treeda00ae2f01af038da435342ee7282fe8575c7e4d /Juick/ViewControllers/ThreadViewController.m
parent163a79e2aa4df23638686ca0608cdbaf6e6dad6f (diff)
Scroll to reply from notification
Diffstat (limited to 'Juick/ViewControllers/ThreadViewController.m')
-rw-r--r--Juick/ViewControllers/ThreadViewController.m2
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];
}