mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
#1421 (incomplete theme changing)
This commit is contained in:
parent
04064cb876
commit
7e482bbb16
1 changed files with 1 additions and 3 deletions
|
@ -2765,9 +2765,7 @@ didEndSwipingSwipingWithState:(MCSwipeTableViewCellState)state
|
|||
self.searchBar.nb_searchField.textColor = UIColorFromRGB(NEWSBLUR_BLACK_COLOR);
|
||||
self.searchBar.nb_searchField.tintColor = UIColorFromRGB(NEWSBLUR_BLACK_COLOR);
|
||||
|
||||
if (self.isPhoneOrCompact) {
|
||||
self.navigationItem.titleView = [appDelegate makeFeedTitle:storiesCollection.activeFeed];
|
||||
}
|
||||
self.appDelegate.detailViewController.navigationItem.titleView = [appDelegate makeFeedTitle:storiesCollection.activeFeed];
|
||||
|
||||
if ([ThemeManager themeManager].isDarkTheme) {
|
||||
self.storyTitlesTable.indicatorStyle = UIScrollViewIndicatorStyleWhite;
|
||||
|
|
Loading…
Add table
Reference in a new issue