Pesquisas recentes
Sem pesquisas recentes
Jetpack Navigation is ignoring the navigate function inside Zendesk Messaging Delegate Android
Publicado 26 de abr. de 2024
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?
1
5
5 comentários
Erica Girges
Have you already tried calling super.onActivityResult() to unlock fragments?
0
Min Phone Nyunt Win
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. Erica Girges
0
Erica Girges
0
Min Phone Nyunt Win
If there any update Erica Girges
0
Erica Girges
Hi Min, if you haven't done so already you can check out the click handler demo app here.
0