App Huawei Email cut link after comma that I pass through Intent.
val intent = Intent().apply {
action = Intent.ACTION_SEND
type = "text/plain"
putExtra(Intent.EXTRA_TEXT, "https://vk.com/lists?items=521168,658994,647670,662246,611036,658363")
Someone can tell why this is happening and how to fix it?