mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Rename composer event method
This commit is contained in:
@@ -293,7 +293,7 @@ extension Analytics: MXAnalyticsDelegate {
|
||||
// Do we still want to track this?
|
||||
}
|
||||
|
||||
func trackEventComposed(inThread: Bool, isEditing: Bool, isReply: Bool, startsThread: Bool) {
|
||||
func trackComposerEvent(inThread: Bool, isEditing: Bool, isReply: Bool, startsThread: Bool) {
|
||||
let event = AnalyticsEvent.Composer(inThread: inThread,
|
||||
isEditing: isEditing,
|
||||
isReply: isReply,
|
||||
|
||||
Reference in New Issue
Block a user