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

@@ -32,7 +32,6 @@ class AlbumlistFragment : Fragment() {
super.onViewCreated(view, savedInstanceState)
setRecycler()
setObservers()
// TODO: Get user by bundle
viewModel.fetchAlbums(2)
}

View File

@@ -22,6 +22,6 @@
android:textStyle="bold"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:text="Real Name" />
tools:text="Album name" />
</androidx.constraintlayout.widget.ConstraintLayout>

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" />