mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 03:49:04 +03:00
Lint fixes.
This commit is contained in:
parent
869eb262f3
commit
e948e9d85a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class CallAudioManager(
|
|||
|
||||
private var savedIsSpeakerPhoneOn = false
|
||||
private var savedIsMicrophoneMute = false
|
||||
private var savedAudioMode = AudioManager.MODE_INVALID
|
||||
private var savedAudioMode = AudioManager.MODE_NORMAL
|
||||
|
||||
private var connectedBlueToothHeadset: BluetoothProfile? = null
|
||||
private var wantsBluetoothConnection = false
|
||||
|
|
Loading…
Reference in a new issue