mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 14:47:37 +03:00
Use confirmation release on home screen to detect action
This commit is contained in:
parent
f9b604f04e
commit
f8c0b1acea
@ -56,7 +56,7 @@ void HomeActivity::loop() {
|
|||||||
|
|
||||||
const int menuCount = getMenuItemCount();
|
const int menuCount = getMenuItemCount();
|
||||||
|
|
||||||
if (inputManager.wasPressed(InputManager::BTN_CONFIRM)) {
|
if (inputManager.wasReleased(InputManager::BTN_CONFIRM)) {
|
||||||
if (hasContinueReading) {
|
if (hasContinueReading) {
|
||||||
// Menu: Continue Reading, Browse, File transfer, Settings
|
// Menu: Continue Reading, Browse, File transfer, Settings
|
||||||
if (selectorIndex == 0) {
|
if (selectorIndex == 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user