Skip to content

Commit 0f4ab06

Browse files
committed
Properly re-enable button combo detection when exiting the combo detection
1 parent c670bfd commit 0f4ab06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ButtonComboManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ ButtonComboModule_Error ButtonComboManager::DetectButtonCombo_Blocking(const But
737737
if (doShutdownKPAD) {
738738
KPADShutdown();
739739
}
740-
mInButtonComboDetection = true;
740+
mInButtonComboDetection = false;
741741

742742
return result;
743743
}

0 commit comments

Comments
 (0)