dpad-right to enter the menu
This commit is contained in:
parent
fd897f68c0
commit
019c5a8e66
|
@ -1,5 +1,13 @@
|
|||
## 更新日志
|
||||
|
||||
### v1.7.4(通用)
|
||||
|
||||
* 修复368
|
||||
|
||||
### v1.7.3(安卓5及以上专用)
|
||||
|
||||
* 遥控器右键进入菜单
|
||||
|
||||
### v1.7.2(通用)
|
||||
|
||||
* 支持节目列表网格样式和行样式切换,软件重启后生效
|
||||
|
|
|
@ -461,15 +461,7 @@ class MainActivity : FragmentActivity(), Request.RequestListener {
|
|||
}
|
||||
|
||||
KeyEvent.KEYCODE_DPAD_RIGHT -> {
|
||||
// if (mainFragment.isHidden) {
|
||||
// nextSource()
|
||||
// } else {
|
||||
//// if (mainFragment.tvListViewModel.getTVViewModelCurrent()
|
||||
//// ?.getItemPosition() == mainFragment.tvListViewModel.maxNum[mainFragment.selectedPosition] - 1
|
||||
//// ) {
|
||||
//// mainFragment.toFirstPosition()
|
||||
//// }
|
||||
// }
|
||||
switchMainFragment()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue