Commit 93ec42aa by Demid Merzlyakov

IOS-322: navigate to Forecast minutely when tapping on the precipitation minutely graph.

parent 99e09b43
......@@ -198,6 +198,7 @@ class PrecipitationCell: UITableViewCell {
@objc
private func handleTapOnGraph() {
if onTodayScreen {
AppCoordinator.instance.openForecast(timePeriod: .minutely)
analytics(log: .ANALYTICS_MINUTELY_PRECIP_TODAY_TAP)
}
}
......
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