瀏覽代碼

fixing some big bugs

MX 2 年之前
父節點
當前提交
d6d2d8736f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nrf24scan.c

+ 1 - 1
nrf24scan.c

@@ -1635,8 +1635,8 @@ int32_t nrf24scan_app(void* p) {
             }
         }
 
-        view_port_update(APP->view_port);
         furi_mutex_release(plugin_state->mutex);
+        view_port_update(APP->view_port);
     }
     nrf24_set_idle(nrf24_HANDLE);
     if(log_arr_idx && (log_to_file == 1 || log_to_file == 2)) {