Hi everyone, I have a question about compose navig...
# compose-android
y
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
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
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.