Skip to content

Commit

Permalink
fix: assign navigation row buttons rather than push
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Jul 9, 2023
1 parent 0cd0862 commit 77b9fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-tv-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ class TVCardServices extends LitElement {
this.buildIconButton('right'),
];
let down_row = [this.buildIconButton('down')];
row.push([up_row, middle_row, down_row]);
row = [up_row, middle_row, down_row];
break;
}

Expand Down

0 comments on commit 77b9fdb

Please sign in to comment.