mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-02-03 16:47:29 +01:00
Start recording anyway when shutter sound fails
This commit is contained in:
parent
6a80289c37
commit
a6fdfbb7b3
@ -152,6 +152,7 @@ class MediaActionSound(private val context: Context) {
|
||||
val soundId = loadSound(sound)
|
||||
if (soundId <= 0) {
|
||||
Log.e(TAG, "play() error loading sound: $mediaSound")
|
||||
onPlayComplete?.invoke()
|
||||
} else {
|
||||
sound.state = STATE_LOADING_PLAY_REQUESTED
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user