Commit c464fb65 by Demid Merzlyakov

Prevent crash when tapping on Minutely on Today on the first launch.

parent 9e53819f
......@@ -277,6 +277,9 @@ class ForecastCellFactory: CellFactory {
adLoggingEmoji = "✅"
}
default:
//TODO: this shouldn't happen but it does, when the user clicks on Minutely on the Today screen on first launch.
placementName = ""
timePeriodString = ""
break
}
......
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