You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote the onAvatarPressed function myself in DashChat and noticed that:
(1) When I click on the avatar I want to click, sure, the effect I want is triggered (show the user's profile in my implementation).
(2) When I click on the position symmetric to the phone's vertical middle line on the screen, (i.e. the same column of mine avatar in the same row of the other user's avatar I want to click), the effect is also triggered (show the user's profile).
The (2) should not happen, however.
The text was updated successfully, but these errors were encountered:
I wrote the onAvatarPressed function myself in DashChat and noticed that:
(1) When I click on the avatar I want to click, sure, the effect I want is triggered (show the user's profile in my implementation).
(2) When I click on the position symmetric to the phone's vertical middle line on the screen, (i.e. the same column of mine avatar in the same row of the other user's avatar I want to click), the effect is also triggered (show the user's profile).
The (2) should not happen, however.
The text was updated successfully, but these errors were encountered: