diff --git a/Classes/ContactsListView.m b/Classes/ContactsListView.m index fb5e35df2..881032225 100644 --- a/Classes/ContactsListView.m +++ b/Classes/ContactsListView.m @@ -111,6 +111,9 @@ static UICompositeViewDescription *compositeDescription = nil; - (void)viewDidLoad { [super viewDidLoad]; [self changeView:ContactsLinphone]; + if ([tableController totalNumberOfItems] == 0) { + [self changeView:ContactsAll]; + } } - (void)viewWillAppear:(BOOL)animated {