Browse Source

fixing some big bugs

MX 2 năm trước cách đây
mục cha
commit
ac9a4863e3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      clock_app.c

+ 1 - 1
clock_app.c

@@ -346,8 +346,8 @@ int32_t clock_app(void* p) {
             furi_hal_rtc_get_datetime(&plugin_state->datetime);
         }*/
 
-        view_port_update(view_port);
         furi_mutex_release(plugin_state->mutex);
+        view_port_update(view_port);
     }
 
     furi_timer_free(timer);