Alex Sullivan
Results
3
comments of
Alex Sullivan
Hey folks, I'm seeing the same issue on my emulator and trying to discern how concerned I should be about this out in the wild. It sounds like it is...
Quick bump on this, has anyone found a workaround here?
Hey folks, I think this is related to https://issuetracker.google.com/issues/254115946. Using `StandardTestDispatcher` when creating the compose rule fixed it for us, i.e.: ``` createEmptyComposeRule(StandardTestDispatcher()) ```