Commit 2b512d82 by Demid Merzlyakov

Added a warning about a hardcoded value

parent f977bec8
...@@ -33,6 +33,8 @@ extension Measurement { ...@@ -33,6 +33,8 @@ extension Measurement {
extension Temperature { extension Temperature {
var localeValue:Double { var localeValue:Double {
#warning("Hardcoded value!")
// TODO: replace .fahrenheit with a value from Settings.
return self.converted(to: .fahrenheit).value.rounded(.down) return self.converted(to: .fahrenheit).value.rounded(.down)
} }
} }
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