Move event controllers to widget and add them to top revealer

This commit is contained in:
Rafał Dzięgiel
2021-02-17 16:31:37 +01:00
parent 192ccb379f
commit 12591e106f
5 changed files with 343 additions and 324 deletions

View File

@@ -22,7 +22,7 @@ class ClapperHeaderBar extends HeaderBarBase
clapperWidget.controlsRevealer.toggleReveal();
/* Reset timer to not disappear during click */
clapperWidget.player._setHideControlsTimeout();
clapperWidget._setHideControlsTimeout();
}
_onFullscreenButtonClicked()