BlueHuskyStudios / BlueHuskyStudios/Howl
Place SystemBezelNotification scheduledTimer on background runoloop
Open
bug
- Dominant language
- Swift
- Stars
- 34
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
In `SystemBezelNotification`, `Timer.scheduledTimer(...` uses the main runloop. This is usually fine, but if the app is showing something modally (so the main runloop is paused), the bezel is likely to remain on-screen because the timer to hide it is also paused.
https://github.com/BlueHuskyStudios/BezelNotification/pull/20#discussion_r3172679195
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.