Skip to content

Commit bf19b7a

Browse files
santosh-pingleSantosh Pingle
andauthored
Clear the fields on create button is clicked. (#2786)
Co-authored-by: Santosh Pingle <[email protected]>
1 parent 66e14ea commit bf19b7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/src/main/java/com/google/android/fhir/demo/CrudOperationFragment.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ class CrudOperationFragment : Fragment() {
304304
gender = it.gender,
305305
isActive = it.isActive,
306306
)
307+
setupUiForCrudOperation(OperationType.CREATE)
307308
}
308309
}
309310

0 commit comments

Comments
 (0)