#1421 (incomplete theme changing)

This commit is contained in:
David Sinclair 2021-03-27 21:10:35 -07:00
parent 04064cb876
commit 7e482bbb16

View file

@ -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;