Skip to content

Commit fbef34f

Browse files
committed
Format file
1 parent ab4291f commit fbef34f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vector/src/main/java/im/vector/app/features/call/VectorCallActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ class VectorCallActivity :
244244
private fun startMicrophoneService() {
245245
if (ContextCompat.checkSelfPermission(this, Manifest.permission.RECORD_AUDIO)
246246
== PackageManager.PERMISSION_GRANTED) {
247-
248247
// Only start the service if the app is in the foreground
249248
if (isAppInForeground()) {
250249
Timber.tag(loggerTag.value).v("Starting microphone foreground service")

0 commit comments

Comments
 (0)