Hey, I'm showing notifications on desktop when cer...
# compose-desktop
f
Hey, I'm showing notifications on desktop when certain events occur. I don't want the notification to popup if the app has focus. Is it possible to prevent this from happening? Another way of asking, how to tell if the Desktop has focus?
p
If you are using the compose-navigation library, you can read the lifecycle state from the NavBackstackEntry. Without the compose-navigation library I don't know how to do it. I think decompose also support this
🙌 1
f
Using Decompose, I'll see what is in there.
Thanks @Pablichjenkov
👍 1
p
You can ask in #C03H3N51SKT
1