mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
iOS: Don’t scroll the story titles table when returning to the feed detail view (#832).
This commit is contained in:
parent
a23dc55636
commit
ccb83465ca
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@
|
|||
if (indexPath && location >= 0) {
|
||||
[self.storyTitlesTable selectRowAtIndexPath:indexPath
|
||||
animated:NO
|
||||
scrollPosition:UITableViewScrollPositionMiddle];
|
||||
scrollPosition:UITableViewScrollPositionNone];
|
||||
if (deselect) {
|
||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.1 * NSEC_PER_SEC),
|
||||
dispatch_get_main_queue(), ^(void) {
|
||||
|
|
Loading…
Add table
Reference in a new issue