Commit e4f96b49 by Demid Merzlyakov

IOS-316 / IOS-321: fix MINUTELY_PRECIP_TODAY_SEEN fired on Forecast incorrectly.

parent d14ca90c
......@@ -189,9 +189,11 @@ class PrecipitationCell: UITableViewCell {
else {
scrollView.isHidden = true
minutelyForecastView.isHidden = false
if onTodayScreen {
AppAnalytics.shared.log(event: .ANALYTICS_MINUTELY_PRECIP_TODAY_SEEN)
}
}
}
@objc
private func handleTapOnGraph() {
......
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