Skip to content

Commit

Permalink
Restore a couple of blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
icbaker committed Aug 20, 2024
1 parent 71030a3 commit 26b7bfc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,10 @@ public interface PlayerControl {

private final AudioFocusListener focusListener;
private final Supplier<AudioManager> audioManager;

@Nullable private PlayerControl playerControl;
@Nullable private AudioAttributes audioAttributes;

private @AudioFocusState int audioFocusState;
private @AudioFocusGain int focusGainToRequest;
private float volumeMultiplier = VOLUME_MULTIPLIER_DEFAULT;
Expand Down

0 comments on commit 26b7bfc

Please sign in to comment.