Skip to content
Snippets Groups Projects
Commit 15257940 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Close the keyboard when playing an item after a video search

parent ab16d3c4
No related branches found
No related tags found
1 merge request!1073Beta fixes
Pipeline #132660 passed with stage
in 3 minutes and 48 seconds
......@@ -651,6 +651,7 @@ class VideoPlayerOverlayDelegate (private val player: VideoPlayerActivity) {
if (player.isPlaylistVisible) {
playlistContainer.setGone()
playlist.setOnClickListener(null)
UiTools.setKeyboardVisibility(playlistContainer, false)
return
}
hideOverlay(true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment