You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, this is great. My headphones have a touch pad on one ear to pause the music, but iTines intercepts that and decides to open. So this app kills it. Almost. I find that Music.app still opens but is then killed, and this makes the dock jump.
It may be a limitation of the listener approach in the code of your app. It seems odd that Apple allows the Dock to show the app launching but then other listeners are notifier and get a chance to interact with it and kill it I would expect the notifications to be sent before the Dock is notified).
Anyway, unsure if there is a fix, just logging it.
dock.mp4
The text was updated successfully, but these errors were encountered:
It actually gives me a good feeling that I know that the shukker Music app has been kicked in the face before it even showed up. It's a type of ASMR :)
This is not a bug, although it might be annoying. noTunes works by watching for Music being launched and then sending it a quit notification. It has to start for noTunes to work, and that's going to bounce the dock. Annoying yes, but just part of the system.
This is not a bug, although it might be annoying. noTunes works by watching for Music being launched and then sending it a quit notification. It has to start for noTunes to work, and that's going to bounce the dock. Annoying yes, but just part of the system.
@maurymarkowitz Any option to avoid the icon app bouncing in the dock?
Firstly, this is great. My headphones have a touch pad on one ear to pause the music, but iTines intercepts that and decides to open. So this app kills it. Almost. I find that Music.app still opens but is then killed, and this makes the dock jump.
It may be a limitation of the listener approach in the code of your app. It seems odd that Apple allows the Dock to show the app launching but then other listeners are notifier and get a chance to interact with it and kill it I would expect the notifications to be sent before the Dock is notified).
Anyway, unsure if there is a fix, just logging it.
dock.mp4
The text was updated successfully, but these errors were encountered: