delete old file

This commit is contained in:
2024-01-30 20:07:19 +01:00
parent 4b2eb8def9
commit e0b84683d0
2 changed files with 0 additions and 238 deletions

View File

@@ -123,7 +123,6 @@ class MainActivity : AppCompatActivity() {
putExtra("useFrontCamera", useFrontCamera)
}
startForegroundService(serviceIntent)
// startService(serviceIntent)
}
private fun stopRecordingService() {
@@ -131,7 +130,6 @@ class MainActivity : AppCompatActivity() {
val serviceIntent = Intent(this, RecordingService::class.java).apply {
action = RecordingService.ACTION_STOP_RECORDING
}
stopForeground(STOP_FOREGROUND_DETACH)
stopService(serviceIntent)
}