oxen-io / session-android

A private messenger for Android.
https://getsession.org
GNU General Public License v3.0
1.86k stars 170 forks source link

Touch (copy, open etc) pop up doesn't appear [BUG] #1469

Closed tdpo2 closed 1 month ago

tdpo2 commented 5 months ago

Code of conduct

Self-training on how to write a bug report

Is there an existing issue for this?

Current Behavior

With some users touch doesn't work to open menu for copy, delete, open url...

Expected Behavior

To work as it should with other users.

Steps To Reproduce

Select a new person to have a conversation with and popup menu won't appear...

Android Version

android 13 / doesn't really matter

Session Version

1.18. version (latest)

Anything else?

No response

KeeJef commented 4 months ago

Curious if this happened after a specific URL was sent into the chat? If so might be related to this ticket https://github.com/oxen-io/session-android/issues/1444

bemusementpark commented 4 months ago

Yeah, it's probably the same issue, sometimes we can't draw the message to Bitmap for some reason, which shouldn't prevent us from showing the menu, but it does. because we just catch the exception and give up.

KeeJef commented 1 month ago

Closing as this is likely a duplicate of #1444 which is now resolved