SrSouza
04/18/2021, 2:54 PMAdam Powell
04/18/2021, 3:48 PMSnapshot.sendApplyNotifications()
when snapshot writes happen in the global transaction. Compose UI uses this internal utility to do it: https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/[…]androidx/compose/ui/platform/GlobalSnapshotManager.android.ktAdam Powell
04/18/2021, 3:48 PMSnapshot.sendApplyNotifications()
manually in your test after performing snapshot writes to confirm.Adam Powell
04/18/2021, 3:51 PMSrSouza
04/18/2021, 4:41 PMGlobalSnapshotManager
, I was not registering the GlobalWriterObserver correctly