mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Merge remote-tracking branch 'origin/develop' into release-v0.2.0
This commit is contained in:
@@ -108,6 +108,8 @@
|
||||
|
||||
// Initialize here the data sources if a matrix session has been already set.
|
||||
[self initializeDataSources];
|
||||
|
||||
self.searchBar.autocapitalizationType = UITextAutocapitalizationTypeNone;
|
||||
}
|
||||
|
||||
- (void)dealloc
|
||||
@@ -742,6 +744,7 @@
|
||||
else if ([[segue identifier] isEqualToString:@"showContactDetails"])
|
||||
{
|
||||
ContactDetailsViewController *contactDetailsViewController = segue.destinationViewController;
|
||||
contactDetailsViewController.enableVoipCall = YES;
|
||||
contactDetailsViewController.contact = selectedContact;
|
||||
}
|
||||
else if ([[segue identifier] isEqualToString:@"showAuth"])
|
||||
|
||||
Reference in New Issue
Block a user