@@ -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 =====