Skip to content
Snippets Groups Projects
Commit 009a60b1 authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
Browse files

Update device label

parent b60d2a97
No related branches found
No related tags found
No related merge requests found
......@@ -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)"
} + "@"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment