79641129

Date: 2025-05-27 20:07:31
Score: 1
Natty:
Report link

Issue resolved

the issue was due to

onImageCaptureNavigate = { route ->
                        navController.navigate(it)},

where it is an object of NavbackStackEntry
while navController.navigate needs a route (route is of type T which is @Serializable

the issue was resolved when I passed route instead of it

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Tanmay Vaity