Increase max voice record duration to 600 seconds

This commit is contained in:
David Kaspar
2026-01-20 18:27:20 +00:00
committed by GitHub
parent 5401a89356
commit 29faa7882d
@@ -42,7 +42,7 @@ import com.vitorpamplona.amethyst.ui.stringRes
import kotlinx.coroutines.delay
import kotlinx.coroutines.isActive
const val MAX_VOICE_RECORD_SECONDS = 180
const val MAX_VOICE_RECORD_SECONDS = 600
@OptIn(ExperimentalPermissionsApi::class)
@Composable