mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 09:13:23 +00:00
Merge pull request #499 from akiomik/extract-block-report-resource
Extract string resource for Block / Report
This commit is contained in:
@@ -427,7 +427,7 @@ fun NoteDropDownMenu(note: Note, popupExpanded: Boolean, onDismiss: () -> Unit,
|
||||
}
|
||||
} else {
|
||||
DropdownMenuItem(onClick = { reportDialogShowing = true }) {
|
||||
Text("Block / Report")
|
||||
Text(stringResource(R.string.block_report))
|
||||
}
|
||||
}
|
||||
Divider()
|
||||
|
||||
Reference in New Issue
Block a user