mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Add missing autoremove option
This commit is contained in:
parent
54e54181e3
commit
1e56520356
1 changed files with 2 additions and 1 deletions
|
|
@ -1176,7 +1176,8 @@ public func privacyAndSecurityController(
|
|||
3 * 30 * 24 * 60 * 60,
|
||||
6 * 30 * 24 * 60 * 60,
|
||||
365 * 24 * 60 * 60,
|
||||
548 * 24 * 60 * 60
|
||||
548 * 24 * 60 * 60,
|
||||
730 * 24 * 60 * 60
|
||||
]
|
||||
var timeoutItems: [ActionSheetItem] = timeoutValues.map { value in
|
||||
return ActionSheetButtonItem(title: presentationData.strings.MessageTimer_Months(max(1, value / (60 * 60 * 24 * 30))), action: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue