Skip to content

Commit

Permalink
Apply Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicalMeghan authored and github-actions[bot] committed Jan 30, 2024
1 parent 61d6649 commit 297baf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ private fun buildRemoteAction(
@RequiresApi(Build.VERSION_CODES.O)
@Composable
fun PlayerBroadcastReceiver(player: Player?) {
if(!isInPipMode() || player == null) {
if (!isInPipMode() || player == null) {
// Broadcast receiver is only used if app is in PiP mode and player is non null
return
}
Expand Down

0 comments on commit 297baf3

Please sign in to comment.