mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Location directions fixes
This commit is contained in:
@@ -80,7 +80,7 @@ func stringForEstimatedDuration(strings: PresentationStrings, time: Double, form
|
||||
let string: String
|
||||
if hours >= 24 {
|
||||
string = strings.Map_ETADays(days)
|
||||
} else if hours > 1 {
|
||||
} else if hours > 0 {
|
||||
if hours == 1 && minutes == 0 {
|
||||
string = strings.Map_ETAHours(1)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user