Skip to content

Commit

Permalink
fix: captured deleted cal event
Browse files Browse the repository at this point in the history
  • Loading branch information
golamrabbiazad committed Sep 26, 2024
1 parent 24fedb2 commit 1dd157b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Widgets/EventsList.vala
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ public class Widgets.EventsList : Adw.Bin {
event_row.destroy ();
event_hashmap.unset (event_uid);
}
listbox.remove (event_row);
}

change ();
Expand Down

0 comments on commit 1dd157b

Please sign in to comment.