Commit e4f96b49 by Demid Merzlyakov

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

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