Remove TODO

This commit is contained in:
Sad Ellie 2023-10-15 20:44:53 +03:00
parent de63d0eff0
commit ba75538943

View File

@ -177,7 +177,6 @@ fun ZonedDateTime.formatOffset(
resultBuffer += "${hour}${stringResource(R.string.unit_hour_short)}"
}
// TODO Very ugly. Replace with formatTime option from unit converter
if (minute != 0L) {
if (hour != 0L) resultBuffer += " "
resultBuffer += "${minute}${stringResource(R.string.unit_minute_short)}"