소스 검색

fixing some big bugs

MX 2 년 전
부모
커밋
12ba36609d
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      4inrow.c
  2. 1 1
      application.fam

+ 2 - 1
4inrow.c

@@ -299,8 +299,9 @@ int32_t four_in_row_app(void* p) {
                 break;
             }
         }
-        view_port_update(view_port);
+
         furi_mutex_release(fourinrow_state->mutex);
+        view_port_update(view_port);
     }
 
     // Clear notification

+ 1 - 1
application.fam

@@ -12,6 +12,6 @@ App(
     fap_category="Games",
     fap_author="leo-need-more-coffee",
     fap_weburl="https://github.com/leo-need-more-coffee/flipperzero-4inrow",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="4 in row Game",
 )