From 14b21a6468ba78dbd20fba0ca3759bb2ff9ab53b Mon Sep 17 00:00:00 2001 From: Taras Smakula <tarassmakula@gmail.com> Date: Wed, 28 Feb 2024 13:14:00 +0200 Subject: [PATCH] Clean up uia navigation --- .../src/main/res/navigation/uia_nav_graph.xml | 37 ------------------- 1 file changed, 37 deletions(-) diff --git a/auth/src/main/res/navigation/uia_nav_graph.xml b/auth/src/main/res/navigation/uia_nav_graph.xml index 0f1be5a40..2d1abd7c9 100644 --- a/auth/src/main/res/navigation/uia_nav_graph.xml +++ b/auth/src/main/res/navigation/uia_nav_graph.xml @@ -13,10 +13,6 @@ android:id="@+id/to_validateEmail" app:destination="@id/validateEmailFragment" /> - <action - android:id="@+id/to_acceptTermsSignup" - app:destination="@id/acceptTermsFragment" /> - <action android:id="@+id/to_subscriptions" app:destination="@id/subscriptionStageFragment" /> @@ -25,49 +21,16 @@ android:id="@+id/to_username" app:destination="@id/usernameFragment" /> - <action - android:id="@+id/to_passwordSignup" - app:destination="@id/passwordFragment" /> - - <action - android:id="@+id/to_bsspekeSignup" - app:destination="@id/passwordFragment" /> - <action android:id="@+id/to_acceptTerms" app:destination="@id/acceptTermsFragment" /> - <action - android:id="@+id/to_ReAuthAcceptTerms" - app:destination="@id/acceptTermsFragment" /> - - <action - android:id="@+id/to_direct_login" - app:destination="@id/passwordFragment" /> - <action android:id="@+id/to_password" app:destination="@id/passwordFragment" /> - <action - android:id="@+id/to_bsspeke" - app:destination="@id/passwordFragment" /> - - <action - android:id="@+id/to_reAuthPassword" - app:destination="@id/passwordFragment" /> - - <action - android:id="@+id/to_reAuthBsSpekeLogin" - app:destination="@id/passwordFragment" /> - - <action - android:id="@+id/to_reAuthBsSpekeSignup" - app:destination="@id/passwordFragment" /> - - <fragment android:id="@+id/validateTokenFragment" android:name="org.futo.circles.auth.feature.sign_up.validate_token.ValidateTokenFragment" -- GitLab