mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
codacy: commented out unused variables (might be used in the future?)
This commit is contained in:
parent
534d6c19bb
commit
13c6898e27
@ -624,8 +624,8 @@ public class MagicAudioManager {
|
|||||||
@Override
|
@Override
|
||||||
public void onReceive(Context context, Intent intent) {
|
public void onReceive(Context context, Intent intent) {
|
||||||
int state = intent.getIntExtra("state", STATE_UNPLUGGED);
|
int state = intent.getIntExtra("state", STATE_UNPLUGGED);
|
||||||
int microphone = intent.getIntExtra("microphone", HAS_NO_MIC);
|
// int microphone = intent.getIntExtra("microphone", HAS_NO_MIC);
|
||||||
String name = intent.getStringExtra("name");
|
// String name = intent.getStringExtra("name");
|
||||||
hasWiredHeadset = (state == STATE_PLUGGED);
|
hasWiredHeadset = (state == STATE_PLUGGED);
|
||||||
updateAudioDeviceState();
|
updateAudioDeviceState();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user