Has anyone faced error when passing a string URL via compose navigation with args? If I pass a short...
s
Has anyone faced error when passing a string URL via compose navigation with args? If I pass a short string, error does not happen https://gist.github.com/ShivamKumarJha/fcc571e55200e0cf8dd4ec5fdfd2625f
f
๐Ÿ™ย ย ๐Ÿงตย ย ๐Ÿ‘‰ย https://kotlinlang.slack.com/archives/CJLTWPH7S/p1615303547114200
Also I recommend using Code block instead of code line ๐Ÿ™‚
s
hey, edited message with link to gist
f
Even better ๐Ÿ‘Œ Thank you
๐Ÿ™‚ 1
i
It sounds like you are missing a
Uri.encode()
s
Thanks Ian, that worked ๐Ÿ‘