-
Notifications
You must be signed in to change notification settings - Fork 502
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
Fixes a glitch when dismissing a GIF in the media attachment viewer (#6475) #6476
Fixes a glitch when dismissing a GIF in the media attachment viewer (#6475) #6476
Conversation
…ch shows the animation would show in the background while the transition interaction occurred
Signed-off-by: Milton Moura <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mgcm thanks for your contribution. Looks good to me. I've added a few small style nits inline, otherwise happy to merge this.
Also bonus points for your gif in the recording 😅
Riot/Modules/MatrixKit/Animators/MXKAttachmentInteractionController.m
Outdated
Show resolved
Hide resolved
Riot/Modules/MatrixKit/Animators/MXKAttachmentInteractionController.m
Outdated
Show resolved
Hide resolved
Co-authored-by: Doug <[email protected]>
Co-authored-by: Doug <[email protected]>
Co-authored-by: Doug <[email protected]>
Co-authored-by: Doug <[email protected]>
…oller.m Co-authored-by: Doug <[email protected]>
…oller.m Co-authored-by: Doug <[email protected]>
thanks for the feedback @pixlwave - I will continue working in this area, as I've spotted some other issues with these interactions on the iPad. |
Thanks for the updates. Would you like me to hold this PR for those changes or would you prefer to open separate ones? |
No need to hold the PR, I will submit a new one, as they issues are not specific to GIF viewing. |
Super, PR merged. Thanks for you contribution 🙌 |
Pull Request Checklist
Description
Fixes #6475 - Added logic to the interaction controller, when the interaction starts and cancels, so we can hide / show the WKWebView when the attachment is a GIF image type.
Video clip of issue
gif-webview-glitch.mp4
Video clip of solved issue
gif-webview-glitch-fixed.mov