Skip to content
Snippets Groups Projects
Commit 2c2d91e5 authored by Taras's avatar Taras
Browse files

Add navigation

parent 1d3317bb
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,16 @@
<action
android:id="@+id/to_selectServerBottomSheet"
app:destination="@id/selectServerBottomSheet" />
<action
android:id="@+id/to_loginSuggestionBottomSheet"
app:destination="@id/loginSuggestionBottomSheet">
<argument
android:name="userId"
app:argType="string"
app:nullable="false" />
</action>
</fragment>
<dialog
......@@ -108,4 +118,15 @@
app:popUpToInclusive="true" />
</fragment>
<dialog
android:id="@+id/loginSuggestionBottomSheet"
android:name="org.futo.circles.auth.feature.log_in.suggestion.LoginSuggestionBottomSheet"
tools:layout="@layout/bottom_sheet_login_suggestion">
<argument
android:name="userId"
app:argType="string"
app:nullable="false" />
</dialog>
</navigation>
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