This commit is contained in:
Ali
2023-08-18 13:45:33 +04:00
parent 4e2c082e0c
commit aa46688ea4
9 changed files with 165 additions and 31 deletions

View File

@@ -250,7 +250,7 @@ final class StoryPreviewComponent: Component {
theme: presentationData.theme,
strings: presentationData.strings,
style: .story,
placeholder: presentationData.strings.Story_InputPlaceholderReplyPrivately,
placeholder: .plain(presentationData.strings.Story_InputPlaceholderReplyPrivately),
maxLength: nil,
queryTypes: [],
alwaysDarkWhenHasText: false,