Skip to content
Snippets Groups Projects
Commit 81b9aa85 authored by Taras's avatar Taras
Browse files

Change navigation through stages fragment

parent c9179b3e
No related branches found
No related tags found
No related merge requests found
...@@ -31,16 +31,6 @@ ...@@ -31,16 +31,6 @@
<action <action
android:id="@+id/to_signUpFragment" android:id="@+id/to_signUpFragment"
app:destination="@id/signUpFragment" /> app:destination="@id/signUpFragment" />
<action
android:id="@+id/to_bottomNavigationFragment"
app:destination="@id/bottomNavigationFragment"
app:popUpTo="@id/logInFragment"
app:popUpToInclusive="true" />
<action
android:id="@+id/to_setupCirclesFragment"
app:destination="@id/setupCirclesFragment"
app:popUpTo="@id/logInFragment"
app:popUpToInclusive="true" />
<action <action
android:id="@+id/to_loginStagesFragment" android:id="@+id/to_loginStagesFragment"
app:destination="@id/loginStagesFragment" /> app:destination="@id/loginStagesFragment" />
...@@ -96,6 +86,18 @@ ...@@ -96,6 +86,18 @@
<fragment <fragment
android:id="@+id/loginStagesFragment" android:id="@+id/loginStagesFragment"
android:name="org.futo.circles.feature.log_in.stages.LogInStagesFragment" android:name="org.futo.circles.feature.log_in.stages.LogInStagesFragment"
tools:layout="@layout/fragment_login_stages" /> tools:layout="@layout/fragment_login_stages">
<action
android:id="@+id/to_bottomNavigationFragment"
app:destination="@id/bottomNavigationFragment"
app:popUpTo="@id/logInFragment"
app:popUpToInclusive="true" />
<action
android:id="@+id/to_setupCirclesFragment"
app:destination="@id/setupCirclesFragment"
app:popUpTo="@id/logInFragment"
app:popUpToInclusive="true" />
</fragment>
</navigation> </navigation>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment