Feature/4382 performance send message

This commit is contained in:
Frank Rotermund
2023-03-31 10:31:06 +00:00
parent ef25b94e59
commit 54e8305e5c
14 changed files with 119 additions and 52 deletions
@@ -126,7 +126,6 @@ fileprivate func resetMatomoInfoScreen(mxSession: MXSession?) -> Bool {
guard let mxSession = mxSession else {
return false
}
// FRROT
BWIAnalyticsAccountDataService(mxSession: mxSession)
return true
}