WORKING COMMIT
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
android:id="@+id/nav_home"
|
||||
android:name="com.example.hpos.presentation.dashboard.HomeFragment"
|
||||
android:label="@string/menu_home"
|
||||
app:popUpToInclusive="true"
|
||||
app:popUpTo="@id/nav_home"
|
||||
tools:layout="@layout/fragment_home" >
|
||||
<action
|
||||
android:id="@+id/action_nav_home_to_registerOneScanAbhaFragment"
|
||||
@@ -51,9 +53,11 @@
|
||||
<fragment
|
||||
android:id="@+id/registerThreeEnterPatientDetails"
|
||||
android:name="com.example.hpos.presentation.dashboard.register.RegisterThreeEnterPatientDetails"
|
||||
android:label="Registration (3/3)" >
|
||||
android:label="Registration (3/3)">
|
||||
<action
|
||||
android:id="@+id/action_registerThreeEnterPatientDetails_to_nav_home"
|
||||
app:popUpTo="@id/nav_home"
|
||||
app:popUpToInclusive="true"
|
||||
app:destination="@id/nav_home" />
|
||||
</fragment>
|
||||
<fragment
|
||||
@@ -63,6 +67,8 @@
|
||||
tools:layout="@layout/fragment_register_one_create_abha" >
|
||||
<action
|
||||
android:id="@+id/action_registerOneCreateAbha_to_registerTwoAadhaarFragment"
|
||||
app:popUpTo="@id/registerOneCreateAbha"
|
||||
app:popUpToInclusive="true"
|
||||
app:destination="@id/registerTwoAadhaarFragment" />
|
||||
</fragment>
|
||||
<fragment
|
||||
|
||||
Reference in New Issue
Block a user