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