Jetpack Navigation is ignoring the navigate function inside Zendesk Messaging Delegate Android | Community
Skip to main content

Jetpack Navigation is ignoring the navigate function inside Zendesk Messaging Delegate Android

  • April 26, 2024
  • 5 replies
  • 0 views

Min11

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?

5 replies

  • April 29, 2024
Hi Min!
 
Have you already tried calling super.onActivityResult() to unlock fragments?

Min11
  • Author
  • April 29, 2024

onActivityResult() method is already override. Inside, delegate function, I couldn't call super.onActivityResult().

If you have sample code, that would be helpful a lot. @erica26 


  • May 6, 2024
Sure thing! Let me try to get an example together for you

Min11
  • Author
  • July 1, 2024

If there any update @erica26 


  • December 19, 2024

Hi Min, if you haven't done so already you can check out the click handler demo app here.