Merge branch 'voip_dialpad' into voip_dtmf

# Conflicts:
#	Riot.xcodeproj/project.pbxproj
This commit is contained in:
ismailgulek
2021-01-20 16:27:55 +03:00
118 changed files with 5159 additions and 768 deletions
+3
View File
@@ -295,6 +295,9 @@
// Listen to the event sent state changes
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(eventDidChangeSentState:) name:kMXEventDidChangeSentStateNotification object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(eventDidChangeIdentifier:) name:kMXEventDidChangeIdentifierNotification object:nil];
// Show / hide actions button in document preview according BuildSettings
self.allowActionsInDocumentPreview = BuildSettings.messageDetailsAllowShare;
}
- (void)viewDidLoad