MX преди 2 години
родител
ревизия
97aa2a5d91
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      wii_anal.c

+ 3 - 3
wii_anal.c

@@ -468,11 +468,11 @@ int32_t wii_ec_anal(void) {
                 break;
             }
 
-            // *** Update the GUI screen via the viewport ***
-            view_port_update(vpp);
-
             // *** Try to release the plugin state variables ***
             furi_mutex_release(state->mutex);
+
+            // *** Update the GUI screen via the viewport ***
+            view_port_update(vpp);
         } while(state->run);
 
     // ===== Game Over =====