mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-30 03:44:18 +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([
|
actionSheet.setItemGroups([
|
||||||
ActionSheetItemGroup(items: [
|
ActionSheetItemGroup(items: [
|
||||||
ActionSheetTextItem(title: title),
|
ActionSheetTextItem(title: text),
|
||||||
ActionSheetButtonItem(title: text, color: .destructive, action: {
|
ActionSheetButtonItem(title: title, color: .destructive, action: {
|
||||||
dismissAction()
|
dismissAction()
|
||||||
self?.deletePeerChat(peer: peer._asPeer(), globally: true)
|
self?.deletePeerChat(peer: peer._asPeer(), globally: true)
|
||||||
}),
|
}),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user