diff options
author | Vitaly Takmazov | 2019-10-02 19:06:38 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-10-02 19:06:38 +0300 |
commit | 633abd8498f2ef52d7e2989e111d55012053ad74 (patch) | |
tree | fab65f0d721d0ac47ff49864240061b54b71dd5b /Juick/ViewControllers/FeedViewController.m | |
parent | bf573afb9d05ce34ecd22b3dca85aca2c3896ae6 (diff) |
Cleanup titles
Diffstat (limited to 'Juick/ViewControllers/FeedViewController.m')
-rw-r--r-- | Juick/ViewControllers/FeedViewController.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Juick/ViewControllers/FeedViewController.m b/Juick/ViewControllers/FeedViewController.m index f1fdb0a..da1b914 100644 --- a/Juick/ViewControllers/FeedViewController.m +++ b/Juick/ViewControllers/FeedViewController.m @@ -25,7 +25,6 @@ NSString * const UserNotAuthenticatedNotificationName = @"UserNotAuthenticated"; -(void) viewDidLoad { self.messagesDelegate = self; - self.navigationController.visibleViewController.title = @"Today"; [self refreshPath]; [self setShouldScrollToUnreadOnRefresh:NO]; [super viewDidLoad]; |