mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Format file
This commit is contained in:
parent
ab4291f093
commit
fbef34f3b2
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user