Rename composer event method

This commit is contained in:
ismailgulek
2022-03-01 14:14:53 +03:00
parent e758077ad8
commit b1ff4a0fd1
+1 -1
View File
@@ -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,