mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-25 01:22:41 +00:00
A year is actually 365 days
This commit is contained in:
parent
29a82adda8
commit
10f162e082
@ -820,7 +820,7 @@ public func privacyAndSecurityController(context: AccountContext, initialSetting
|
|||||||
1 * 30 * 24 * 60 * 60,
|
1 * 30 * 24 * 60 * 60,
|
||||||
3 * 30 * 24 * 60 * 60,
|
3 * 30 * 24 * 60 * 60,
|
||||||
6 * 30 * 24 * 60 * 60,
|
6 * 30 * 24 * 60 * 60,
|
||||||
12 * 30 * 24 * 60 * 60
|
365 * 24 * 60 * 60
|
||||||
]
|
]
|
||||||
let timeoutItems: [ActionSheetItem] = timeoutValues.map { value in
|
let timeoutItems: [ActionSheetItem] = timeoutValues.map { value in
|
||||||
return ActionSheetButtonItem(title: timeIntervalString(strings: presentationData.strings, value: value), action: {
|
return ActionSheetButtonItem(title: timeIntervalString(strings: presentationData.strings, value: value), action: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user