mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-29 19:35:08 +00:00
Fix string ordering [skip-ci]
This commit is contained in:
parent
37a8bd41e9
commit
561b1ddc08
@ -5749,8 +5749,8 @@ final class PeerInfoScreenNode: ViewControllerTracingNode, UIScrollViewDelegate
|
||||
|
||||
actionSheet.setItemGroups([
|
||||
ActionSheetItemGroup(items: [
|
||||
ActionSheetTextItem(title: title),
|
||||
ActionSheetButtonItem(title: text, color: .destructive, action: {
|
||||
ActionSheetTextItem(title: text),
|
||||
ActionSheetButtonItem(title: title, color: .destructive, action: {
|
||||
dismissAction()
|
||||
self?.deletePeerChat(peer: peer._asPeer(), globally: true)
|
||||
}),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user