mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 16:55:26 +02:00
Remove TODO
This commit is contained in:
parent
de63d0eff0
commit
ba75538943
@ -177,7 +177,6 @@ fun ZonedDateTime.formatOffset(
|
|||||||
resultBuffer += "${hour}${stringResource(R.string.unit_hour_short)}"
|
resultBuffer += "${hour}${stringResource(R.string.unit_hour_short)}"
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO Very ugly. Replace with formatTime option from unit converter
|
|
||||||
if (minute != 0L) {
|
if (minute != 0L) {
|
||||||
if (hour != 0L) resultBuffer += " "
|
if (hour != 0L) resultBuffer += " "
|
||||||
resultBuffer += "${minute}${stringResource(R.string.unit_minute_short)}"
|
resultBuffer += "${minute}${stringResource(R.string.unit_minute_short)}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user