mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Merge pull request #833 from nriley/searchbar
iOS: Don't scroll when going back to a story list (#832)
This commit is contained in:
commit
7f5d516be8
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