mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Format file
This commit is contained in:
parent
ab4291f093
commit
fbef34f3b2
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue