-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Launching fullscreen media view should require tapping directly on media bubble #1257
Comments
This appears to be the line causing the issue. 4d320d6#diff-cdc353260e006d747b55ce6d90702e1dR1041 I'd like to do a pull request, but I would be concerned that deleting the line breaks something else. What's the reason |
I believe it's there to support tapping on info/error messages. e.g. The "key changed" dialog.
|
Ah. I assumed the comment was referring to internal debugging info/error messages. Thanks for the quick response. |
@michaelkirk it seems that this was introduced after Signal 2.3.5 ... |
That's likely, a lot of code moved around in the recently merged #1255 |
Yeah, the line I linked to was introduced a few days ago. So the root of the issue is that Signal's subclassed I'm going to try getting |
Thanks for look @gluxon. As this is a new regression, it will have to be fixed soon before the next release can go out. I'm conceptually in favor of being able to use the default bubble sizing, if it is straight forward enough and means we can avoid hacks like this: https://github.com/WhisperSystems/Signal-iOS/blob/master/Signal/src/Models/OWSMessagesBubblesSizeCalculator.m#L27 But if not, I'll just merge in something like this: https://github.com/WhisperSystems/Signal-iOS/compare/fix-tap-directly-on-media-cell%231257 |
closed in #1260 |
Steps to reproduce
Actual result: Fullscreen media view opens
Expected result: Fullscreen media view should only open if you click on the media bubble.
The text was updated successfully, but these errors were encountered: