Hello everyone, in compose `2.6.0` the `backQueue`...
# compose
y
Hello everyone, in compose
2.6.0
the
backQueue
is not public/accessible anymore, what's the alternative of checking the
backstack
?
@Ian Lake if you can help.
v
what is your use case?
y
@vide actually, it's just to support replacements in a legacy code! we ended up using
currentBackStack
and now we have a
tech-debt
to investigate why that decision was made, and the possibility of changing it. Thank you anyways 🙏