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

Create dm timeline nav graph

parent ffc1bdab
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/dm_timeline_nav_graph"
app:startDestination="@id/DMTimelineDialogFragment">
<dialog
android:id="@+id/DMTimelineDialogFragment"
android:name="org.futo.circles.core.feature.direct.DMTimelineDialogFragment"
tools:layout="@layout/dialog_fragment_dm_timeline">
<argument
android:name="roomId"
app:argType="string"
app:nullable="false" />
</dialog>
</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