diff --git a/app/src/main/java/com/github/libretube/ui/viewholders/SearchViewHolder.kt b/app/src/main/java/com/github/libretube/ui/viewholders/SearchViewHolder.kt index 19b2092e3..1d4e2bbd9 100644 --- a/app/src/main/java/com/github/libretube/ui/viewholders/SearchViewHolder.kt +++ b/app/src/main/java/com/github/libretube/ui/viewholders/SearchViewHolder.kt @@ -2,7 +2,6 @@ package com.github.libretube.ui.viewholders import androidx.recyclerview.widget.RecyclerView import com.github.libretube.databinding.ChannelRowBinding -import com.github.libretube.databinding.PlaylistSearchRowBinding import com.github.libretube.databinding.PlaylistsRowBinding import com.github.libretube.databinding.VideoRowBinding