Fix time selection

This commit is contained in:
Ali
2022-04-01 23:48:13 +04:00
parent 9da972bea3
commit dfe57943f3
2 changed files with 2 additions and 2 deletions

View File

@@ -329,7 +329,7 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
let messagePeer = message.peers[message.id.peerId]
if timeout > 0 {
let timeValue = timeIntervalString(strings: strings, value: timeout, preferLowerValue: true)
let timeValue = timeIntervalString(strings: strings, value: timeout, preferLowerValue: false)
let string: String
if let _ = messagePeer as? TelegramUser {