Files
blap-android/libraries
Jenna Vassar b8daada2a3 Fix SnackbarDispatcher dropping messages for hosts that subscribe after a post
Publish the current queue head via a StateFlow so any host that subscribes
after a message is posted (e.g. a screen recomposing as a flow pops back to it)
still observes it. The previous mutex-gated flow delivered each message to a
single parked collector, which could starve the host actually on screen and
drop the snackbar. Adds a regression test for the late-subscriber case.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 10:03:49 -07:00
..
2026-05-07 10:59:12 +02:00
2026-05-04 00:54:27 +00:00
2026-05-18 00:57:56 +00:00
2026-05-05 16:22:32 +02:00
2026-05-18 00:57:56 +00:00
2026-05-05 16:22:32 +02:00
2026-04-30 16:04:07 +02:00
2026-05-18 00:57:56 +00:00
2026-04-30 14:09:07 +02:00
2026-05-05 16:22:32 +02:00