mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2319 Settings | Fix | Do not allow cutting or modifying space name text based on ACL (#1056)
This commit is contained in:
parent
675fc0ebda
commit
d73d5a2fc9
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ fun SettingsTextField(
|
|||
.fillMaxWidth(),
|
||||
onValueChange = onValueChange,
|
||||
enabled = isEditEnabled,
|
||||
readOnly = false,
|
||||
readOnly = !isEditEnabled,
|
||||
textStyle = HeadlineHeading.copy(color = colorResource(id = R.color.text_primary)),
|
||||
cursorBrush = SolidColor(colorResource(id = R.color.orange)),
|
||||
visualTransformation = visualTransformation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue