Is there a way to simply be informed about a back ...
# compose
s
Is there a way to simply be informed about a back press without intercepting it (and therefore breaking the predictive back gesture animation)? And not talking about the current lifecycle leaving the resumed state, as that could be for other reasons too, I wonder specifically about getting a callback (for logging purposes) of when the back button/gesture was triggered.
1