add logging
This commit is contained in:
@@ -106,6 +106,9 @@ struct FilterView: View {
|
||||
Text(mood.strValue)
|
||||
.foregroundColor(moodTint.color(forMood: mood))
|
||||
}
|
||||
.onAppear(perform: {
|
||||
EventLogger.log(event: "show_filter_view")
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user