Format file

This commit is contained in:
Benoit Marty 2024-11-12 16:26:44 +01:00
parent ab4291f093
commit fbef34f3b2

View File

@ -244,7 +244,6 @@ class VectorCallActivity :
private fun startMicrophoneService() {
if (ContextCompat.checkSelfPermission(this, Manifest.permission.RECORD_AUDIO)
== PackageManager.PERMISSION_GRANTED) {
// Only start the service if the app is in the foreground
if (isAppInForeground()) {
Timber.tag(loggerTag.value).v("Starting microphone foreground service")