You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: toolkit/featureforms/src/main/java/com/arcgismaps/toolkit/featureforms/internal/components/attachment/AttachmentElementState.kt
+14-11
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@ internal class FormAttachmentState(
272
272
* The name of the attachment. Setting the name will update the [FormAttachment.name] property.
273
273
* This is backed by a [MutableState] and can be observed by the composition.
274
274
*/
275
-
var name:String
275
+
var name:String
276
276
get() =_name.value
277
277
set(value) {
278
278
formAttachment?.name = value
@@ -523,15 +523,18 @@ internal fun FormAttachmentType.getIcon(): ImageVector = when (this) {
523
523
/**
524
524
* Returns a new attachment name based on the content type.
0 commit comments