Antigravity hangs/freezes without an active notification manager

I spent a while trying to figure out why Antigravity would regularly freeze for several minutes until I realized it was trying to send a notification to the desktop manager. It doesn’t do this asynchronously, and SIGPOLL just terminates the application instead.

… I have to ask… was it vibe coded?

Thank you! So that’s why it is freezing in my system. I had to manually start a notification daemon to make it work smoothly (dunst)