Fix detekt issues
All checks were successful
Pull Request / build (pull_request) Successful in 3m25s
All checks were successful
Pull Request / build (pull_request) Successful in 3m25s
This commit is contained in:
parent
2fcdda5ae3
commit
86aa108e52
@ -110,7 +110,9 @@ internal class EntryCell(private val resources: ResourceBundle, private val conf
|
||||
)
|
||||
)
|
||||
|
||||
val definition = entry.cedictDefinitions.joinToString(separator = " / ") { it.joinToString(separator = "; ") }
|
||||
val definition = entry.cedictDefinitions.joinToString(
|
||||
separator = " / "
|
||||
) { it.joinToString(separator = "; ") }
|
||||
labelDefinition.text = definition
|
||||
|
||||
contextMenu = createContextMenuForEntry(entry, resources)
|
||||
|
Loading…
Reference in New Issue
Block a user