Yet-Zio / yetCalc

Yet another calculator designed and developed for Android
BSD 3-Clause "New" or "Revised" License
204 stars 17 forks source link

negative temperature celsius #19

Closed trend-1 closed 1 year ago

trend-1 commented 1 year ago

Hi,

I'm trying to convert -4 °C to Fahrenheit.
But it doesn't seem possible to input a negative number.

What to do now?

Yet-Zio commented 1 year ago

@trend-1 Sorry for the inconvenience, I didn't test out every unit. Enforcing only positive numbers seems to be a issue with the fragment view since I used numberDecimal for all tabs. This will be fixed in the next update. Again, thank you for your report.

trend-1 commented 1 year ago

👍

Yet-Zio commented 1 year ago

@trend-1 The issue has been fixed as of #25