소스 검색

they can speed through the entries

zinongli 11 달 전
부모
커밋
c07eb260d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scenes/plugins/suica.c

+ 1 - 1
scenes/plugins/suica.c

@@ -394,7 +394,7 @@ static NfcCommand suica_poller_callback(NfcGenericEvent event, void* context) {
 
 static bool suica_history_input_callback(InputEvent* event, void* context) {
     Metroflip* app = (Metroflip*)context;
-    if(event->type == InputTypeShort) {
+    if(event->type == InputTypeShort || event->type == InputTypeRepeat) {
         switch(event->key) {
         case InputKeyLeft: {
             bool redraw = true;