Hi everyone, I have a question about compose navigation library, in older versions of navigation if your parameter contains slash / application will be crashed. Who used new last version of navigation 2.8.2, slash problem fixed or not?
i
Ian Lake
10/11/2024, 6:14 AM
Custom NavTypes have always need to Uri.encode their values, that is still true. For Strings, that is done for you if you are using Type Safe Navigation
y
Yusuf Ibragimov
10/11/2024, 9:54 AM
Thanks for your answer @Ian Lake, I have integrated a new version of this navigation library, and in this version passing slash and empty parameters has been fixed.