add logging
This commit is contained in:
@@ -76,6 +76,9 @@ struct MonthView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.onAppear(perform: {
|
||||
EventLogger.log(event: "show_month_view")
|
||||
})
|
||||
.padding([.top, .bottom])
|
||||
.background(
|
||||
theme.currentTheme.bg
|
||||
|
||||
Reference in New Issue
Block a user