Fixed Navigation, Location, and updated user card and gitignore file

This commit is contained in:
mohamedkaif356
2023-08-07 15:02:16 +05:30
parent e5390df0f4
commit 85d9c6306d
7 changed files with 112 additions and 122 deletions

View File

@@ -47,18 +47,5 @@
app:popUpTo="@id/mobile_navigation"
app:popUpToInclusive="true"/>
</fragment>
<fragment
android:id="@+id/hemocubeFragment"
android:name="com.example.hpostesting.presentation.hemocube.HemoCubeFragment"
android:label="fragment_hemocube"
tools:layout="@layout/fragment_hemo_cube_reference" >
<action
android:id="@+id/action_hemocubeFragment_to_homeFragment"
app:destination="@id/nav_home"
app:popUpTo="@id/mobile_navigation"
app:popUpToInclusive="true"/>
</fragment>
</navigation>