NewPipe/app/src/main/java/org/schabi/newpipe/local/history
TobiGr 109d06b4bb
Deduplicate code to initialize ClickListeners on playlist controls
Add the separate utility class PlayButtonHelper to handle the initialization of the listeners.
The ClickListeners on playlist controls had different behaviours. This commit fixes that.

The commit also refactors the way how the app determines whether it is started for the first time. The previous version was not clean and recent in this PR caused it to fail.
2023-09-18 23:22:32 +02:00
..
HistoryEntryAdapter.java Annotate some NonNulls, some lint cleaning 2022-03-18 13:15:44 -04:00
HistoryRecordManager.java Implemented the suggested changes 2023-02-09 21:18:21 +01:00
StatisticsPlaylistFragment.java Deduplicate code to initialize ClickListeners on playlist controls 2023-09-18 23:22:32 +02:00