mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
#1643 (canceling slide out in story list resets position)
This commit is contained in:
parent
babf157af3
commit
a99c20fdf3
1 changed files with 0 additions and 3 deletions
|
@ -435,9 +435,6 @@ typedef NS_ENUM(NSUInteger, MarkReadShowMenu)
|
||||||
|
|
||||||
[self.notifier setNeedsLayout];
|
[self.notifier setNeedsLayout];
|
||||||
|
|
||||||
if (!storiesCollection.inSearch && storiesCollection.feedPage == 1) {
|
|
||||||
[self.storyTitlesTable setContentOffset:CGPointMake(0, CGRectGetHeight(self.searchBar.frame))];
|
|
||||||
}
|
|
||||||
if (storiesCollection.inSearch && storiesCollection.searchQuery) {
|
if (storiesCollection.inSearch && storiesCollection.searchQuery) {
|
||||||
[self.searchBar setText:storiesCollection.searchQuery];
|
[self.searchBar setText:storiesCollection.searchQuery];
|
||||||
[self.storyTitlesTable setContentOffset:CGPointMake(0, 0)];
|
[self.storyTitlesTable setContentOffset:CGPointMake(0, 0)];
|
||||||
|
|
Loading…
Add table
Reference in a new issue