Exception when clicking on AttachmentsButton from stream_ui_message_input.xml #4627
-
Hello there, I am working on an app trying to add GetStream chat functionality. I am using 5.11.10 version I did the basic integrations, I have an activity with all the open conversations (ChatChannelActivity) and I have an activity in which I open a specific conversation. The sending messages feature is working fine.
I will attach the activity_chat_channel.xml
ChatChannelActivity
I am quite stuck right now and I don't know what to do next. I tried to follow the guide as much as I could. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hey @ValentinCerneanu, I see that you are using the We will do some testing concerning the crash and let you know if we find something or if we need more info. |
Beta Was this translation helpful? Give feedback.
-
Hello @TGazica, Thank you! |
Beta Was this translation helpful? Give feedback.
-
I solved the issue by changing the App Theme from It is an obvious requirement, but I was not aware of it. Maybe it should be added in the tutorial. |
Beta Was this translation helpful? Give feedback.
I solved the issue by changing the App Theme from
Theme.AppCompat.Light.NoActionBar
toTheme.MaterialComponents.Light.NoActionBar
It is an obvious requirement, but I was not aware of it. Maybe it should be added in the tutorial.