antirez 3 лет назад
Родитель
Сommit
736421d062
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      view_info.c

+ 2 - 0
view_info.c

@@ -239,11 +239,13 @@ LevelDuration radio_tx_feed_data(void *ctx) {
 /* Vibrate and produce a click sound when a signal is sent. */
 void notify_signal_sent(ProtoViewApp *app) {
     static const NotificationSequence sent_seq = {
+        &message_blue_255,
         &message_vibro_on,
         &message_note_g1,
         &message_delay_10,
         &message_sound_off,
         &message_vibro_off,
+        &message_blue_0,
         NULL
     };
     notification_message(app->notification, &sent_seq);