Fix crash when leaving contactListView

This commit is contained in:
REIS Benjamin 2016-10-17 12:07:38 +02:00
parent c3b9a5c907
commit 63f6019da8

View file

@ -142,6 +142,10 @@ static UICompositeViewDescription *compositeDescription = nil;
}
}
- (void) viewWillDisappear:(BOOL)animated {
self.view = NULL;
}
#pragma mark -
- (void)changeView:(ContactsCategory)view {