[mob][photos] Keep video playing until the currently playing video completely off the screen

This commit is contained in:
ashilkn
2024-08-10 17:37:29 +05:30
parent 1aa38253a3
commit de1f287c1c

View File

@@ -163,10 +163,6 @@ class _VideoWidgetNativeState extends State<VideoWidgetNative>
setState(() {
_isCompletelyVisible = true;
});
} else {
setState(() {
_isCompletelyVisible = false;
});
}
},
child: GestureDetector(