mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Update device label
This commit is contained in:
parent
b60d2a9768
commit
009a60b141
@ -436,7 +436,7 @@ class AudioRecognizer(
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
|
||||
communicationDevice = recorder.activeMicrophones.joinToString {
|
||||
getRecordingDeviceKind(it.type)
|
||||
} + " (may be stale)"
|
||||
} + "@"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user