Fix string ordering [skip-ci]

This commit is contained in:
Ali 2022-08-02 14:43:34 +04:00
parent 37a8bd41e9
commit 561b1ddc08

View File

@ -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)
}),