From 3d8ed238a80a49de843201501814d89ac4a3c15a Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 19 Jan 2016 11:21:08 +0100 Subject: [PATCH] contacts: by default open Linphone contacts --- Classes/ContactsListView.m | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Classes/ContactsListView.m b/Classes/ContactsListView.m index 32d745fd2..fb5e35df2 100644 --- a/Classes/ContactsListView.m +++ b/Classes/ContactsListView.m @@ -108,6 +108,11 @@ static UICompositeViewDescription *compositeDescription = nil; #pragma mark - ViewController Functions +- (void)viewDidLoad { + [super viewDidLoad]; + [self changeView:ContactsLinphone]; +} + - (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; @@ -135,11 +140,6 @@ static UICompositeViewDescription *compositeDescription = nil; } } -- (void)viewDidLoad { - [super viewDidLoad]; - [self changeView:ContactsAll]; -} - #pragma mark - - (void)changeView:(ContactsCategory)view {