chore: AGP

This commit is contained in:
rebelonion 2024-05-09 04:51:39 -05:00
parent b3d3913d56
commit be97229618
4 changed files with 4 additions and 4 deletions

View file

@ -2092,7 +2092,7 @@ class ExoplayerView : AppCompatActivity(), Player.Listener, SessionAvailabilityL
}
@SuppressLint("UnsafeIntentLaunch")
override fun onNewIntent(intent: Intent?) {
override fun onNewIntent(intent: Intent) {
super.onNewIntent(intent)
finishAndRemoveTask()
startActivity(intent)