mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Profile preview
This commit is contained in:
@@ -1463,7 +1463,9 @@ final class AutomaticBusinessMessageSetupScreenComponent: Component {
|
||||
values: valueList.map { item in
|
||||
return environment.strings.MessageTimer_Days(Int32(item))
|
||||
},
|
||||
markPositions: true,
|
||||
selectedIndex: selectedInactivityIndex,
|
||||
title: nil,
|
||||
selectedIndexUpdated: { [weak self] index in
|
||||
guard let self else {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user