mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
MESSENGER Merge 1.9.5 buildfixes
This commit is contained in:
@@ -95,6 +95,10 @@ extension BWIAnalytics : MXAnalyticsDelegate {
|
||||
// dont track NV specific logs
|
||||
}
|
||||
|
||||
func startDurationTracking(forName name: String, operation: String) -> StopDurationTracking {
|
||||
return {}
|
||||
}
|
||||
|
||||
func trackCreatedRoom(asDM isDM: Bool) {
|
||||
// dont track NV specific logs
|
||||
}
|
||||
@@ -133,5 +137,9 @@ extension BWIAnalytics : MXAnalyticsDelegate {
|
||||
func trackComposerEvent(inThread: Bool, isEditing: Bool, isReply: Bool, startsThread: Bool) {
|
||||
// dont track NV specific logs
|
||||
}
|
||||
|
||||
func trackNonFatalIssue(_ issue: String, details: [String : Any]?) {
|
||||
// dont track NV specific logs
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user