Skip to content

Commit 5551a44

Browse files
committed
Don't duplicate form fragment
1 parent 6972be5 commit 5551a44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mage/src/main/res/layout/observation_editor_form.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
<androidx.fragment.app.FragmentContainerView
3131
android:id="@+id/form_fragment"
3232
android:layout_width="match_parent"
33-
android:layout_height="wrap_content"
34-
android:name="mil.nga.giat.mage.form.FormFragment" />
33+
android:layout_height="wrap_content" />
3534

3635
</LinearLayout>
3736

0 commit comments

Comments
 (0)