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
|
||||
public void onReceive(Context context, Intent intent) {
|
||||
int state = intent.getIntExtra("state", STATE_UNPLUGGED);
|
||||
int microphone = intent.getIntExtra("microphone", HAS_NO_MIC);
|
||||
String name = intent.getStringExtra("name");
|
||||
// int microphone = intent.getIntExtra("microphone", HAS_NO_MIC);
|
||||
// String name = intent.getStringExtra("name");
|
||||
hasWiredHeadset = (state == STATE_PLUGGED);
|
||||
updateAudioDeviceState();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user