Restore a couple of blank lines
This commit is contained in:
parent
a6f5d3daf5
commit
9c25845cd7
@ -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…
x
Reference in New Issue
Block a user