mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-28 22:03:01 +02:00
Allows users to select and copy the notice from the relay on the relay list dialog
This commit is contained in:
@@ -286,6 +286,7 @@ fun RelayInformationDialog(
|
|||||||
|
|
||||||
items(messages) { msg ->
|
items(messages) { msg ->
|
||||||
Row {
|
Row {
|
||||||
|
SelectionContainer {
|
||||||
TranslatableRichTextViewer(
|
TranslatableRichTextViewer(
|
||||||
content =
|
content =
|
||||||
remember {
|
remember {
|
||||||
@@ -301,6 +302,7 @@ fun RelayInformationDialog(
|
|||||||
nav = nav,
|
nav = nav,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Spacer(modifier = StdVertSpacer)
|
Spacer(modifier = StdVertSpacer)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user