mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-13 09:30:28 -07:00
Marked the class with the UnstableApi annotation
This commit is contained in:
parent
5549921da4
commit
68b6aad96f
4 changed files with 8 additions and 7 deletions
|
|
@ -9,6 +9,7 @@ import android.widget.ImageView;
|
|||
import android.widget.TextView;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.media3.common.util.UnstableApi;
|
||||
import androidx.media3.session.MediaBrowser;
|
||||
import androidx.navigation.Navigation;
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
|
|
@ -28,6 +29,7 @@ import com.google.common.util.concurrent.ListenableFuture;
|
|||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@UnstableApi
|
||||
public class SongHorizontalAdapter extends RecyclerView.Adapter<SongHorizontalAdapter.ViewHolder> {
|
||||
private static final String TAG = "SongHorizontalAdapter";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue