Hello! I've had issues with `ResultRecipient` not...
# compose-destinations
m
Hello! I've had issues with
ResultRecipient
not sending any event to
onNavResult
(from a
ResultBackNavigator
in a bottom sheet destination, specifically). I can't identify exactly when this started to happen, but before digging too much (we already tried downgrading compose destinations, without luck), I just wanted to start out with checking if it's a known bug? Essentially, doing
resultNavigator.navigateBack(foo)
MOSTLY doesn't return a result. It's not a 100% fail rate, but almost.
This seems to be a bug in Compose Navigation 2.9.0 where it gets stuck on
ON_CREATE
lifecycle state