@@ -81,7 +81,7 @@ bool totp_scene_authenticate_handle_event(
return true;
}
- if(event->input.type == InputTypeLong && event->input.key == InputKeyBack) {
+ if(event->input.type == InputTypePress && event->input.key == InputKeyBack) {
return false;
@@ -337,7 +337,7 @@ bool totp_scene_generate_token_handle_event(