actionchip lel
This commit is contained in:
@ -64,7 +64,7 @@ class _VideoWidgetState extends State<VideoWidget> {
|
||||
|
||||
if (_showControls) {
|
||||
_hideControlsTimer?.cancel();
|
||||
_hideControlsTimer = Timer(Duration(seconds: 5), () {
|
||||
_hideControlsTimer = Timer(Duration(seconds: 2), () {
|
||||
setState(() => _showControls = false);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user