[mob][photos] Keep video playing until the currently playing video completely off the screen
This commit is contained in:
@@ -163,10 +163,6 @@ class _VideoWidgetNativeState extends State<VideoWidgetNative>
|
||||
setState(() {
|
||||
_isCompletelyVisible = true;
|
||||
});
|
||||
} else {
|
||||
setState(() {
|
||||
_isCompletelyVisible = false;
|
||||
});
|
||||
}
|
||||
},
|
||||
child: GestureDetector(
|
||||
|
||||
Reference in New Issue
Block a user