Skip to content

Commit

Permalink
switch stop bliking place
Browse files Browse the repository at this point in the history
  • Loading branch information
zinongli committed Aug 10, 2024
1 parent adb4fce commit 18199fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t5577_writer.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ static void t5577_writer_view_write_exit_callback(void* context) {
furi_timer_free(app->timer);
app->timer = NULL;
model->writing_repeat_times = 0;
notification_message(app->notifications, &sequence_blink_stop);
}

/**
Expand Down Expand Up @@ -740,7 +741,7 @@ static T5577WriterApp* t5577_writer_app_alloc() {
* @param app The t5577_writer application object.
*/
static void t5577_writer_app_free(T5577WriterApp* app) {
notification_message(app->notifications, &sequence_blink_stop);

furi_record_close(RECORD_NOTIFICATION);

view_dispatcher_remove_view(app->view_dispatcher, T5577WriterViewTextInput);
Expand Down

0 comments on commit 18199fc

Please sign in to comment.