mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
HomeVC: Killed SearchVC as HomeVC fully replaces it now
This commit is contained in:
@@ -27,8 +27,6 @@
|
||||
|
||||
#import "VectorDesignValues.h"
|
||||
|
||||
#import "SearchViewController.h"
|
||||
|
||||
@interface RecentsViewController ()
|
||||
{
|
||||
// Recents refresh handling
|
||||
@@ -303,11 +301,6 @@
|
||||
controller.navigationItem.leftItemsSupplementBackButton = YES;
|
||||
}
|
||||
}
|
||||
else if ([[segue identifier] isEqualToString:@"presentSearch"])
|
||||
{
|
||||
SearchViewController *searchViewController = (SearchViewController*)segue.destinationViewController;
|
||||
[searchViewController displayWithSession:self.dataSource.mxSession];
|
||||
}
|
||||
|
||||
// Hide back button title
|
||||
self.navigationItem.backBarButtonItem =[[UIBarButtonItem alloc] initWithTitle:@"" style:UIBarButtonItemStylePlain target:nil action:nil];
|
||||
|
||||
Reference in New Issue
Block a user