Make Urls Stable
This commit is contained in:
@@ -20,9 +20,11 @@
|
|||||||
*/
|
*/
|
||||||
package com.vitorpamplona.amethyst.commons.richtext
|
package com.vitorpamplona.amethyst.commons.richtext
|
||||||
|
|
||||||
|
import androidx.compose.runtime.Stable
|
||||||
import com.vitorpamplona.quartz.utils.urldetector.Url
|
import com.vitorpamplona.quartz.utils.urldetector.Url
|
||||||
import com.vitorpamplona.quartz.utils.urldetector.detection.UrlDetector
|
import com.vitorpamplona.quartz.utils.urldetector.detection.UrlDetector
|
||||||
|
|
||||||
|
@Stable
|
||||||
class Urls(
|
class Urls(
|
||||||
val withScheme: Set<String> = emptySet(),
|
val withScheme: Set<String> = emptySet(),
|
||||||
val withoutScheme: Set<String> = emptySet(),
|
val withoutScheme: Set<String> = emptySet(),
|
||||||
|
|||||||
Reference in New Issue
Block a user