mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2025-12-19 15:47:40 +03:00
RCU for fix with merge
This commit is contained in:
parent
fcee7d519c
commit
e9e6982eea
@ -48,7 +48,7 @@ void SettingsScreen::onExit() {
|
|||||||
void SettingsScreen::handleInput() {
|
void SettingsScreen::handleInput() {
|
||||||
// Handle actions with early return
|
// Handle actions with early return
|
||||||
if (inputManager.wasPressed(InputManager::BTN_CONFIRM)) {
|
if (inputManager.wasPressed(InputManager::BTN_CONFIRM)) {
|
||||||
toggleCurrentSetting();
|
activateCurrentSetting();
|
||||||
updateRequired = true;
|
updateRequired = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user