remove comments

This commit is contained in:
De Carvalho Marcio Antonio
2020-01-07 22:33:45 +01:00
committed by TobiGr
parent 8de367e03f
commit e9a4caaf0b
@@ -428,7 +428,7 @@ public class LocalPlaylistFragment extends BaseLocalListFragment<List<PlaylistSt
if (itemListAdapter == null) return;
itemListAdapter.removeItem(item);
if(playlistManager.getPlaylistThumbnail(playlistId).equals(item.thumbnailUrl)) // If yes change for the first thumbnail of the list
if(playlistManager.getPlaylistThumbnail(playlistId).equals(item.thumbnailUrl))
updateThumbnailUrl();
setVideoCount(itemListAdapter.getItemsList().size());