clean up code

This commit is contained in:
Carlos Martinez
2020-02-04 20:41:18 -03:00
parent 2411c1c84d
commit 0dedc1edce
3 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/main_navigation"
app:startDestination="@id/albumlist_navigation">
app:startDestination="@id/userlist_navigation">
<include app:graph="@navigation/userlist_navigation" />