mirror of
https://codeberg.org/NextPush/nextpush-android.git
synced 2025-01-06 23:41:34 +01:00
Linkify WEB_URLS only
This commit is contained in:
parent
ae555033d2
commit
4fd0099302
@ -123,7 +123,7 @@ class SSOAccountFactory : AccountFactory {
|
||||
": " + context.getString(R.string.uri_fdroid_nextcloud_app)
|
||||
}
|
||||
val s = SpannableString(messageContent)
|
||||
Linkify.addLinks(s, Linkify.ALL)
|
||||
Linkify.addLinks(s, Linkify.WEB_URLS)
|
||||
message.text = s
|
||||
message.movementMethod = LinkMovementMethod.getInstance()
|
||||
message.setPadding(32, 32, 32, 32)
|
||||
|
Loading…
Reference in New Issue
Block a user