mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Wallet send & receive screens
This commit is contained in:
@@ -158,7 +158,7 @@ private enum CallFeedbackControllerEntry: ItemListNodeEntry {
|
||||
case let .comment(theme, text, placeholder):
|
||||
return ItemListMultilineInputItem(theme: theme, text: text, placeholder: placeholder, maxLength: nil, sectionId: self.section, style: .blocks, textUpdated: { updatedText in
|
||||
arguments.updateComment(updatedText)
|
||||
}, action: {})
|
||||
})
|
||||
case let .includeLogs(theme, title, value):
|
||||
return ItemListSwitchItem(theme: theme, title: title, value: value, sectionId: self.section, style: .blocks, updated: { value in
|
||||
arguments.toggleIncludeLogs(value)
|
||||
|
||||
Reference in New Issue
Block a user