Skip to content

Commit 26b7bfc

Browse files
committed
Restore a couple of blank lines
1 parent 71030a3 commit 26b7bfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/exoplayer/src/main/java/androidx/media3/exoplayer/AudioFocusManager.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,10 @@ public interface PlayerControl {
164164

165165
private final AudioFocusListener focusListener;
166166
private final Supplier<AudioManager> audioManager;
167+
167168
@Nullable private PlayerControl playerControl;
168169
@Nullable private AudioAttributes audioAttributes;
170+
169171
private @AudioFocusState int audioFocusState;
170172
private @AudioFocusGain int focusGainToRequest;
171173
private float volumeMultiplier = VOLUME_MULTIPLIER_DEFAULT;

0 commit comments

Comments
 (0)