From ed209b42205a9722be6b52fae2765ae02f244dde Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 8 Apr 2018 11:25:34 +0300 Subject: another attempt to fix push --- Juick/ViewControllers/DiscoverViewController.m | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Juick/ViewControllers/DiscoverViewController.m') diff --git a/Juick/ViewControllers/DiscoverViewController.m b/Juick/ViewControllers/DiscoverViewController.m index e94d673..483c5e2 100644 --- a/Juick/ViewControllers/DiscoverViewController.m +++ b/Juick/ViewControllers/DiscoverViewController.m @@ -47,13 +47,6 @@ AppDelegate *appDelegate; } appDelegate = (AppDelegate *) [UIApplication sharedApplication].delegate; } --(void) viewDidAppear:(BOOL)animated { - [super viewDidAppear:animated]; - - if (appDelegate.pushedThread != nil) { - [self performSegueWithIdentifier:@"threadViewSegue" sender:self]; - } -} -(void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { NSString * cellIdentifier = @"messageCell"; -- cgit v1.2.3