We have developed Zendesk Messaging for our application and we have used chat bot carousel as well. When we clicked the link, we would like to navigate within our application. But I am getting Ignoring navigate() call: FragmentManager has already saved its state. Is there any solution for that?
Jetpack Navigation is ignoring the navigate function inside Zendesk Messaging Delegate Android
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Have you already tried calling super.onActivityResult() to unlock fragments?