mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
iOS: tweaked #825 (dark mode)
Fix for accessing [Preferences & Find Friends](https://github.com/samuelclay/NewsBlur/commit/07e667a95dbb6ac8c 1ab1bfac80e5ffb83e7d9ba#commitcomment-15023182) on iPhone.
This commit is contained in:
parent
7ce9dd0a46
commit
4c85ee2ac3
1 changed files with 4 additions and 0 deletions
|
@ -455,6 +455,8 @@
|
|||
preferencesViewController = [[IASKAppSettingsViewController alloc] init];
|
||||
[[ThemeManager themeManager] addThemeGestureRecognizerToView:self.preferencesViewController.view];
|
||||
}
|
||||
|
||||
[self hidePopover];
|
||||
|
||||
preferencesViewController.delegate = self.feedsViewController;
|
||||
preferencesViewController.showDoneButton = YES;
|
||||
|
@ -495,6 +497,8 @@
|
|||
}
|
||||
|
||||
- (void)showFindFriends {
|
||||
[self hidePopover];
|
||||
|
||||
FriendsListViewController *friendsBVC = [[FriendsListViewController alloc] init];
|
||||
UINavigationController *friendsNav = [[UINavigationController alloc] initWithRootViewController:friendsListViewController];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue