show video restore btn if translated

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-17 21:39:53 +08:00
parent 0f8166620e
commit de03bef226
4 changed files with 18 additions and 7 deletions

View File

@@ -359,7 +359,7 @@ class _InteractiveviewerGalleryState extends State<InteractiveviewerGallery>
void onDoubleTap() {
Matrix4 matrix = _transformationController.value.clone();
double currentScale = matrix.row0.x;
double currentScale = matrix.storage[0];
double targetScale = widget.minScale;