(row, index)
| 715 | this.changeState(container, active ? 1 : 0); |
| 716 | } |
| 717 | onMenuSelected(row, index) { |
| 718 | if (index >= 0) |
| 719 | model.onSelectDevice(application, this.data.items[index].value); |
| 720 | } |
| 721 | onTap(container) { |
| 722 | const devices = model.devices; |
| 723 | if (devices.length) { |
nothing calls this directly
no test coverage detected