mirror of
https://github.com/imcarlost/Friendlists.git
synced 2026-04-10 02:46:54 -04:00
clean up code
This commit is contained in:
@@ -32,7 +32,6 @@ class AlbumlistFragment : Fragment() {
|
|||||||
super.onViewCreated(view, savedInstanceState)
|
super.onViewCreated(view, savedInstanceState)
|
||||||
setRecycler()
|
setRecycler()
|
||||||
setObservers()
|
setObservers()
|
||||||
|
|
||||||
// TODO: Get user by bundle
|
// TODO: Get user by bundle
|
||||||
viewModel.fetchAlbums(2)
|
viewModel.fetchAlbums(2)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,6 +22,6 @@
|
|||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
tools:text="Real Name" />
|
tools:text="Album name" />
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
|
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
android:id="@+id/main_navigation"
|
android:id="@+id/main_navigation"
|
||||||
app:startDestination="@id/albumlist_navigation">
|
app:startDestination="@id/userlist_navigation">
|
||||||
|
|
||||||
<include app:graph="@navigation/userlist_navigation" />
|
<include app:graph="@navigation/userlist_navigation" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user