mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 22:26:26 +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 ->
|
||||
Row {
|
||||
SelectionContainer {
|
||||
TranslatableRichTextViewer(
|
||||
content =
|
||||
remember {
|
||||
@@ -301,6 +302,7 @@ fun RelayInformationDialog(
|
||||
nav = nav,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Spacer(modifier = StdVertSpacer)
|
||||
}
|
||||
|
Reference in New Issue
Block a user