Skip to content

Commit

Permalink
Fix missing else branch
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ committed Nov 26, 2024
1 parent 3cc7782 commit 9c68426
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ class PillarboxExoPlayer internal constructor(
}
handleBlockedTimeRange(timeRange)
}

else -> Unit
}
}

Expand Down

0 comments on commit 9c68426

Please sign in to comment.