contacts: by default open Linphone contacts

This commit is contained in:
Gautier Pelloux-Prayer 2016-01-19 11:21:08 +01:00
parent 88400c184f
commit 3d8ed238a8

View file

@ -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 {