Commit e353c6e6 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Fixes wrong function declaration.

parent daded49b
...@@ -75,7 +75,7 @@ class AnswersAnalytics : Analytics { ...@@ -75,7 +75,7 @@ class AnswersAnalytics : Analytics {
.putCustomAttribute("resetPasswordSucceeded", resetPasswordSucceeded.toString()) .putCustomAttribute("resetPasswordSucceeded", resetPasswordSucceeded.toString())
) )
override fun logMessageSent(event: SubscriptionTypeEvent, serverUrl: String) = override fun logVideoConference(event: SubscriptionTypeEvent, serverUrl: String) =
Answers.getInstance() Answers.getInstance()
.logCustom( .logCustom(
CustomEvent("video_conference") CustomEvent("video_conference")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment