Hey, I was wondering on how to react to the focus mode being turned off inside the FocusFilterIntent
. I've successfully managed to call a specific action when the focus is being set, but I now want to deactivate/ react when the focus is being deactivated. How can I achieve something like this?
FocusFilterIntent react to FocusMode deactivating
What I've realized is that the FocusFilterIntent
usually should be called twice (on activating Focus once and on deactivating once). However, my Extension is only called when activating. Did somebody else experience similar issues?