Various improvements

This commit is contained in:
Ilya Laktyushin
2023-07-03 11:52:02 +02:00
parent f87c2ec00f
commit 5b51f35b36
25 changed files with 1122 additions and 287 deletions

View File

@@ -253,10 +253,10 @@ final class StoryPreviewComponent: Component {
alwaysDarkWhenHasText: false,
nextInputMode: { _ in return .stickers },
areVoiceMessagesAvailable: false,
presentController: { _ in
},
sendMessageAction: {
},
presentController: { _ in },
presentInGlobalOverlay: { _ in },
sendMessageAction: { },
sendStickerAction: { _ in },
setMediaRecordingActive: { _, _, _ in },
lockMediaRecording: nil,
stopAndPreviewMediaRecording: nil,
@@ -277,6 +277,7 @@ final class StoryPreviewComponent: Component {
displayGradient: false,
bottomInset: 0.0,
hideKeyboard: false,
forceIsEditing: false,
disabledPlaceholder: nil
)),
environment: {},