mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-04-04 10:41:10 +02:00
prevent reload when re-selecting resolution
This commit is contained in:
parent
ea389c5ac9
commit
f02d0b3ae7
@ -361,11 +361,11 @@ class CameraXPreview(
|
|||||||
isPhotoCapture = isPhotoCapture,
|
isPhotoCapture = isPhotoCapture,
|
||||||
isFrontCamera = isFrontCameraInUse()
|
isFrontCamera = isFrontCameraInUse()
|
||||||
) { index, changed ->
|
) { index, changed ->
|
||||||
|
mediaSizeStore.storeSize(isPhotoCapture, isFrontCameraInUse(), index)
|
||||||
if (changed) {
|
if (changed) {
|
||||||
currentRecording?.stop()
|
currentRecording?.stop()
|
||||||
|
startCamera()
|
||||||
}
|
}
|
||||||
mediaSizeStore.storeSize(isPhotoCapture, isFrontCameraInUse(), index)
|
|
||||||
startCamera()
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
toggleResolutions(resolutions)
|
toggleResolutions(resolutions)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user