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,8 +32,7 @@ class AlbumlistFragment : Fragment() {
|
||||
super.onViewCreated(view, savedInstanceState)
|
||||
setRecycler()
|
||||
setObservers()
|
||||
|
||||
//TODO: Get user by bundle
|
||||
// TODO: Get user by bundle
|
||||
viewModel.fetchAlbums(2)
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user