mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Swap empty line in AudioCapabilities.java
This commit is contained in:
parent
53f35f46f5
commit
773d3c52f1
1 changed files with 1 additions and 1 deletions
|
|
@ -101,8 +101,8 @@ public final class AudioCapabilities {
|
||||||
if (Util.SDK_INT >= 23 && Api23.isBluetoothConnected(context)) {
|
if (Util.SDK_INT >= 23 && Api23.isBluetoothConnected(context)) {
|
||||||
return DEFAULT_AUDIO_CAPABILITIES;
|
return DEFAULT_AUDIO_CAPABILITIES;
|
||||||
}
|
}
|
||||||
ImmutableSet.Builder supportedEncodings = new ImmutableSet.Builder<>();
|
|
||||||
|
|
||||||
|
ImmutableSet.Builder supportedEncodings = new ImmutableSet.Builder<>();
|
||||||
if (deviceMaySetExternalSurroundSoundGlobalSetting()
|
if (deviceMaySetExternalSurroundSoundGlobalSetting()
|
||||||
&& Global.getInt(context.getContentResolver(), EXTERNAL_SURROUND_SOUND_KEY, 0) == 1) {
|
&& Global.getInt(context.getContentResolver(), EXTERNAL_SURROUND_SOUND_KEY, 0) == 1) {
|
||||||
supportedEncodings.addAll(Ints.asList(EXTERNAL_SURROUND_SOUND_ENCODINGS));
|
supportedEncodings.addAll(Ints.asList(EXTERNAL_SURROUND_SOUND_ENCODINGS));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue