fix: fixed remote control for ATV (#2277)

This commit is contained in:
NickVs2015
2026-02-26 06:40:16 +03:00
committed by GitHub
parent e8bb096025
commit 89a7fe1081
2 changed files with 35 additions and 3 deletions
+1 -2
View File
@@ -278,7 +278,6 @@ PageType {
}
Keys.onPressed: function(event) {
console.debug(">>>> ", event.key, " Event is caught by StartPage")
switch (event.key) {
case Qt.Key_Tab:
case Qt.Key_Down:
@@ -304,7 +303,7 @@ PageType {
anchors.right: parent.right
anchors.left: parent.left
anchors.bottom: parent.bottom
// Also adjust TabBar position when keyboard appears (Android 14+ workaround)
anchors.bottomMargin: SettingsController.imeHeight