fix(android): suppress lint PrivateResource (#3531)

This commit is contained in:
Krzysztof Moch
2024-02-14 13:13:36 +01:00
committed by GitHub
parent af6aea8934
commit 38e3625541
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
package com.brentvatne.exoplayer;
import android.annotation.SuppressLint;
import android.app.Dialog;
import android.content.Context;
import android.view.ViewGroup;
@@ -9,6 +10,7 @@ import android.widget.ImageButton;
import androidx.activity.OnBackPressedCallback;
import androidx.media3.ui.LegacyPlayerControlView;
@SuppressLint("PrivateResource")
public class FullScreenPlayerView extends Dialog {
private final LegacyPlayerControlView playerControlView;
private final ExoPlayerView exoPlayerView;