Kaynağa Gözat

Merge nightstand_clock from https://github.com/xMasterX/all-the-plugins

# Conflicts:
#	nightstand_clock/clock_app.c
Willy-JL 1 yıl önce
ebeveyn
işleme
dd67e14042
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      nightstand_clock/clock_app.c

+ 3 - 1
nightstand_clock/clock_app.c

@@ -83,13 +83,15 @@ void handle_down() {
 }
 
 static void clock_input_callback(InputEvent* input_event, void* ctx) {
+    furi_assert(ctx);
     FuriMessageQueue* event_queue = ctx;
-    furi_assert(event_queue);
+
     PluginEvent event = {.type = EventTypeKey, .input = *input_event};
     furi_message_queue_put(event_queue, &event, FuriWaitForever);
 }
 
 //do you are have stupid?
+// idk who left that comment here, but i don't have stupid sorry
 void elements_progress_bar_vertical(
     Canvas* canvas,
     uint8_t x,