Conversation
8203fb8 to
25dcd7f
Compare
|
Sorry for creating a bunch of refactoring work for you guys. I did briefly consider trying to implement it with just the photoView in the asset_page, but assumed there was a reason for video_viewer being architected this way, so I tried to stick with it. I never thought to ask about that, my bad! |
|
@shenlong-tanwen thank you! The nested photo view is causing strange subtle issues. I am not sure why this wasn't caught during the review but /shrug. @goalie2002 No need to apologise, your contributions are hugely appreciated. |
| onPageBuild: _onPageBuild, | ||
| enablePanAlways: true, | ||
| backgroundDecoration: backgroundDecoration, | ||
| child: SizedBox( |
There was a problem hiding this comment.
I've left it in for now to be removed in your PR
# Conflicts: # mobile/lib/presentation/widgets/asset_viewer/asset_page.widget.dart # mobile/lib/presentation/widgets/asset_viewer/video_viewer.widget.dart
25dcd7f to
b0c3013
Compare
|
I ran a quick test on this and I noticed that it lets you zoom into the black bars around the video; essentially the zoomable area is the entire screen instead of just the video itself. This differs from the way it works on photos and the previous implementation of video zooming on main |
I don't see this. Do you have a sample asset where I can reproduce this or a recording of the issue? |
screen-20260302-100551.2.-.Trim.mp4IIRC it's caused by the |
|
@goalie2002 explicit sizing in #26545 should resolve that. |
Awesome, I'll give that one a test! |
|
Sounds good! It needs rebasing, which I'll do in a couple of hours. |
No description provided.