MX 2 роки тому
батько
коміт
549d3e6f71
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      application.fam
  2. 1 1
      tictactoe_game.c

+ 1 - 1
application.fam

@@ -9,6 +9,6 @@ App(
     fap_icon="tictactoe_10px.png",
     fap_category="Games",
     fap_author="@xMasterX & @gotnull",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Tic Tac Toe game, for 2 players, play on one device",
 )

+ 1 - 1
tictactoe_game.c

@@ -370,8 +370,8 @@ int32_t tictactoe_game_app(void* p) {
             }
         }
 
-        view_port_update(view_port);
         furi_mutex_release(tictactoe_state->mutex);
+        view_port_update(view_port);
     }
 
     furi_timer_free(tictactoe_state->timer);