mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Restore a couple of blank lines
This commit is contained in:
parent
a6f5d3daf5
commit
9c25845cd7
1 changed files with 2 additions and 1 deletions
|
|
@ -162,10 +162,11 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||
private static final float VOLUME_MULTIPLIER_DUCK = 0.2f;
|
||||
private static final float VOLUME_MULTIPLIER_DEFAULT = 1.0f;
|
||||
|
||||
private final AudioFocusListener focusListener;
|
||||
private final Supplier<AudioManager> audioManager;
|
||||
private final AudioFocusListener focusListener;
|
||||
@Nullable private PlayerControl playerControl;
|
||||
@Nullable private AudioAttributes audioAttributes;
|
||||
|
||||
private @AudioFocusState int audioFocusState;
|
||||
private @AudioFocusGain int focusGainToRequest;
|
||||
private float volumeMultiplier = VOLUME_MULTIPLIER_DEFAULT;
|
||||
|
|
|
|||
Loading…
Reference in a new issue