Hi, I am using LINE url scheme to send message from my app. The url scheme is: https://line.me/R/share?text=\(message)
If message is null or empty the url is: https://line.me/R/share?text= and its sent to the client empty message.
Is there a way to avoid sending empty message and also to open the sharing with modal?