Allows users to select and copy the notice from the relay on the relay list dialog

This commit is contained in:
Vitor Pamplona
2024-08-09 13:43:53 -04:00
parent d8f084f886
commit 7eaa553ebe

View File

@@ -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)
} }