mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-23 09:13:29 +01:00
Made some small adjustments
This commit is contained in:
parent
135fc08212
commit
e26c038565
@ -643,15 +643,9 @@ public class LocalPlaylistFragment extends BaseLocalListFragment<List<PlaylistSt
|
||||
|
||||
itemListAdapter.clearStreamItemList();
|
||||
itemListAdapter.addItems(itemsToKeep);
|
||||
saveChanges();
|
||||
setVideoCount(itemListAdapter.getItemsList().size());
|
||||
|
||||
final long videoCount = itemListAdapter.getItemsList().size();
|
||||
setVideoCount(videoCount);
|
||||
if (videoCount == 0) {
|
||||
showEmptyState();
|
||||
}
|
||||
//TODO: Do we have to show loading?
|
||||
//hideLoading();
|
||||
saveChanges();
|
||||
}
|
||||
|
||||
private void deleteItem(final PlaylistStreamEntry item) {
|
||||
|
Loading…
Reference in New Issue
Block a user