Closed janainavarela closed 4 years ago
This PR decode the parameters encoded sent to the DeepLinks.
We were having decode problems when sent an expression with blanc space ( ) or acute accent (´) as param in a deepLink uri parameter.
e.g: Dinheiro%20do%20caf%C3%A9 should return Dinheiro do café
Dinheiro%20do%20caf%C3%A9
Dinheiro do café
This PR decode the parameters encoded sent to the DeepLinks.
We were having decode problems when sent an expression with blanc space ( ) or acute accent (´) as param in a deepLink uri parameter.
e.g:
Dinheiro%20do%20caf%C3%A9
should returnDinheiro do café