MediaPicker icon indicating copy to clipboard operation
MediaPicker copied to clipboard

Flipping Camera will cause the app to crash

Open GNITOAHC opened this issue 6 months ago • 2 comments

When using exyte/Chat package, the app will crash when flipping camera back and forth.

        ExyteChat.ChatView(messages: viewModel.messages, chatType: .conversation) { draft in
            viewModel.send(draft: draft)
        }
        .setAvailableInputs([.text, .media])

iOS version: 18.6 XCode version: 16.2

GNITOAHC avatar Aug 17 '25 09:08 GNITOAHC

I didnt face crash but there is issue with flip. Which I'm working on. Can you please tell which device you were using?

FireLord avatar Aug 29 '25 15:08 FireLord

I'm working on iPhone 12 Pro

GNITOAHC avatar Sep 04 '25 17:09 GNITOAHC