mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
* fix(WatchHistory): always show filter bar Fixes an issue, where the users could get soft-locked, by selecting a filter, which had no items, leading to the filter bar being hidden, and thus making the user unable to deselect the filter. This is fixed, by only hiding recyclerView/No items views. * feat(WatchHistory): disable 'Play all' if history is empty * feat(WatchHistory): disable clear button, if history is empty