Skip to content

Commit

Permalink
refactor(player): move notification to specific package
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 23, 2023
1 parent 0b3c5d4 commit e0a20cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import video.api.player.interfaces.IExoPlayerBasedPlayerView
import video.api.player.interfaces.ISurfaceViewBasedPlayerView
import video.api.player.models.ApiVideoExoPlayerMediaFactory
import video.api.player.models.VideoOptions
import video.api.player.notifications.ApiVideoPlayerNotificationController
import java.io.IOException

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package video.api.player
package video.api.player.notifications

import android.content.Context
import android.support.v4.media.session.MediaSessionCompat
Expand All @@ -11,6 +11,7 @@ import androidx.core.content.ContextCompat
import androidx.media3.common.util.UnstableApi
import androidx.media3.exoplayer.ExoPlayer
import androidx.media3.ui.PlayerNotificationManager
import video.api.player.R
import video.api.player.models.ApiVideoMediaDescriptionAdapter


Expand Down

0 comments on commit e0a20cc

Please sign in to comment.