Test SwipeUp

This commit is contained in:
Alhaziel01
2020-11-26 10:58:51 +01:00
parent b2b62a4d36
commit 4ca90ecd9a

View File

@@ -394,6 +394,8 @@ class SearchWindow(xbmcgui.WindowXML):
elif action in [SWIPEUP]:
self.setFocusId(CHANNELS)
pos = self.CHANNELS.getSelectedPosition()
self.CHANNELS.selectItem(pos)
elif action in [LEFT, RIGHT] and focus in [CHANNELS]:
items = []