iamthevoid
07/30/2021, 4:40 AMlogin?authorized=true) then later when i extract it from navigation arguments (Bundle) it appear there as String but not an as Boolean . It is a bug or feature? How can i pass Boolean between nav destinations without converting?Karthi
07/30/2021, 6:31 AMarguments = listOf(navArgument("authorized") { type = NavType.BooleanType })