0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 04:12:14 +02:00

Fix header leading to wrong details list

This commit is contained in:
Christine Coenen 2022-11-22 14:34:21 +01:00
parent 582bed920b
commit 65ec09339f

View File

@ -39,11 +39,11 @@ class PersonalFragment : Fragment(), MenuProvider {
private val continueWatchingHeaderAdapter = HeaderAdapater(
R.string.activity_main_tab_continue_watching,
R.drawable.ic_outline_play_circle_24
) { navigateToDownloads() }
) { navigateToContinueWatching() }
private val bookmarksHeaderAdapter = HeaderAdapater(
R.string.activity_main_tab_bookmarks,
R.drawable.ic_outline_bookmarks_24
) { navigateToDownloads() }
) { navigateToBookmarks() }
private val downloadsLoadStatusAdapter = LoadStatusAdapter()
private val continueWatchingLoadStatusAdapter = LoadStatusAdapter()