|
|
@@ -117,7 +117,9 @@
|
|
|
app:destination="@id/selectPointFragment" />
|
|
|
<action
|
|
|
android:id="@+id/action_editJobFragment_to_jobExecuteFragment"
|
|
|
- app:destination="@id/jobExecuteFragment" />
|
|
|
+ app:destination="@id/jobExecuteFragment"
|
|
|
+ app:popUpTo="@id/editJobFragment"
|
|
|
+ app:popUpToInclusive="true" />
|
|
|
</fragment>
|
|
|
<fragment
|
|
|
android:id="@+id/editSopJobFragment"
|
|
|
@@ -128,7 +130,9 @@
|
|
|
app:destination="@id/selectMemberFragment" />
|
|
|
<action
|
|
|
android:id="@+id/action_editSopJobFragment_to_jobExecuteFragment"
|
|
|
- app:destination="@id/jobExecuteFragment" />
|
|
|
+ app:destination="@id/jobExecuteFragment"
|
|
|
+ app:popUpTo="@id/editSopJobFragment"
|
|
|
+ app:popUpToInclusive="true" />
|
|
|
</fragment>
|
|
|
<fragment
|
|
|
android:id="@+id/jobExecuteFragment"
|