Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChatListView.setMessageClickLIstener never being called #4936

Closed
VladimirVasic994 opened this issue Aug 27, 2023 · 2 comments · Fixed by #5095 or #5096
Closed

ChatListView.setMessageClickLIstener never being called #4936

VladimirVasic994 opened this issue Aug 27, 2023 · 2 comments · Fixed by #5095 or #5096
Assignees
Labels
bug Something isn't working

Comments

@VladimirVasic994
Copy link

Describe the bug

  • In my app, I subscribed to the message click listener
            chatListView.setMessageClickListener { message: Message ->
                println("Never called")
            }
example_2 - I even added the breakpoint inside the library but callback is never called. example_1 - Furthermore I used your sample app "stream-chat-android-ui-components-sample" and subscribed to messageClickListener and it is not working too example_3

SDK version

  • 5.17.6

To Reproduce
Steps to reproduce the behavior:

  1. call messageListView.setMessageClickListener
  2. Click on any chat message
  3. onMessageClick never called
  4. See error

Expected behavior
onMessageClick method should be called after clicking on any message in the chat

Device:
ANY

Screenshots

@kanat
Copy link
Collaborator

kanat commented Nov 30, 2023

Hi @VladimirVasic994,

Thank you for reporting this issue.
PR is already created and the fix will delivered with the next SDK release.

@kanat kanat self-assigned this Nov 30, 2023
@kanat
Copy link
Collaborator

kanat commented Dec 1, 2023

Resolved by v5.17.19

@kanat kanat closed this as completed Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants
@kanat @VladimirVasic994 and others