mirror of
https://github.com/hiaaryan/sileo.git
synced 2026-04-26 23:45:50 +03:00
[GH-ISSUE #30] [BUG]: Toast identity races #20
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sileo#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @the-asad-iqbal on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/hiaaryan/sileo/issues/30
Two identity bugs in toast lifecycle:
id, so new ones replace old ones instead of stacking.idafter a delay; if the sameidis recreated quickly, the new toast can be removed by the old timer.Expected
@the-asad-iqbal commented on GitHub (Feb 24, 2026):
Related to #31