Skip to content

Commit

Permalink
Exclude ExoPlayerForPreview from coverage metrics.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Dec 2, 2024
1 parent 9a5d4fc commit 1b10aa4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ import androidx.media3.exoplayer.trackselection.TrackSelectionArray
import androidx.media3.exoplayer.trackselection.TrackSelector
import androidx.media3.exoplayer.video.VideoFrameMetadataListener
import androidx.media3.exoplayer.video.spherical.CameraMotionListener
import io.element.android.libraries.architecture.coverage.ExcludeFromCoverage

@SuppressLint("UnsafeOptInUsageError")
@ExcludeFromCoverage
class ExoPlayerForPreview(
private val isPlaying: Boolean = false,
) : ExoPlayer {
Expand Down

0 comments on commit 1b10aa4

Please sign in to comment.