Skip to content

Commit

Permalink
Improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
fast4x committed Oct 27, 2023
1 parent 1bb9e49 commit bcbfecb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fun HomeScreen(onPlaylistUrl: (String) -> Unit) {
Item(2, stringResource(R.string.playlists), R.drawable.playlist)
Item(3, stringResource(R.string.artists), R.drawable.person)
Item(4, stringResource(R.string.albums), R.drawable.disc)
Item(5, "Statistics", R.drawable.query_stats)
//Item(5, "Statistics", R.drawable.query_stats)
//Item(6, "Settings", R.drawable.equalizer)
}
) { currentTabIndex ->
Expand Down Expand Up @@ -161,14 +161,14 @@ fun HomeScreen(onPlaylistUrl: (String) -> Unit) {
onAlbumClick = { albumRoute(it.id) },
onSearchClick = { searchRoute("") }
)

/*
5 -> HomeStatistics(
onStatisticsType = { statisticsTypeRoute(it)},
onBuiltInPlaylist = { builtInPlaylistRoute(it) },
onPlaylistClick = { localPlaylistRoute(it.id) },
onSearchClick = { searchRoute("") }
)

*/
//6 -> settingsRoute()
}
}
Expand Down

0 comments on commit bcbfecb

Please sign in to comment.