movement:Allow disabling double tap detection in movement_enable_tap_detection_if_available
We will want to disable it in the countdown face.
This commit is contained in:
@@ -367,7 +367,7 @@ static void toggle_sound(ping_state_t *state) {
|
||||
|
||||
static void enable_tap_control(ping_state_t *state) {
|
||||
if (!state->tap_control_on) {
|
||||
movement_enable_tap_detection_if_available();
|
||||
movement_enable_tap_detection_if_available(true);
|
||||
state->tap_control_on = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user