We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4291f commit fbef34fCopy full SHA for fbef34f
vector/src/main/java/im/vector/app/features/call/VectorCallActivity.kt
@@ -244,7 +244,6 @@ class VectorCallActivity :
244
private fun startMicrophoneService() {
245
if (ContextCompat.checkSelfPermission(this, Manifest.permission.RECORD_AUDIO)
246
== PackageManager.PERMISSION_GRANTED) {
247
-
248
// Only start the service if the app is in the foreground
249
if (isAppInForeground()) {
250
Timber.tag(loggerTag.value).v("Starting microphone foreground service")
0 commit comments