summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/DiscoverViewController.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-04-08 11:25:34 +0300
committerGravatar Vitaly Takmazov2018-04-08 11:25:34 +0300
commited209b42205a9722be6b52fae2765ae02f244dde (patch)
tree4737855ce66422cf23ff7c8ad6d5196f5821340b /Juick/ViewControllers/DiscoverViewController.m
parent7ef12b194570ab105a6441f58b6b2e1ec27027e1 (diff)
another attempt to fix push
Diffstat (limited to 'Juick/ViewControllers/DiscoverViewController.m')
-rw-r--r--Juick/ViewControllers/DiscoverViewController.m7
1 files changed, 0 insertions, 7 deletions
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";