mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix crash when leaving contactListView
This commit is contained in:
parent
c3b9a5c907
commit
63f6019da8
1 changed files with 4 additions and 0 deletions
|
|
@ -142,6 +142,10 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
}
|
||||
|
||||
- (void) viewWillDisappear:(BOOL)animated {
|
||||
self.view = NULL;
|
||||
}
|
||||
|
||||
#pragma mark -
|
||||
|
||||
- (void)changeView:(ContactsCategory)view {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue