BlueHuskyStudios / BlueHuskyStudios/Howl

Place SystemBezelNotification scheduledTimer on background runoloop

Open
#26 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.