Commit 0ebf55bb by Demid Merzlyakov

IOS-101: add smart text to the widget

parent e984a98e
...@@ -48,9 +48,7 @@ struct ForecastWidgetViewModel: WidgetViewModel { ...@@ -48,9 +48,7 @@ struct ForecastWidgetViewModel: WidgetViewModel {
self.showLastTimeUpdated = false self.showLastTimeUpdated = false
lastTimeUpdatedText = "" lastTimeUpdatedText = ""
} }
let smartTextProvider = SmartTextProvider()
#warning("Not implemented!") self.smartText = smartTextProvider.smartText(for: location)
//TODO: Implement!
self.smartText = ""
} }
} }
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