mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-02-18 04:10:45 +01:00
use raw coordinates for focus circle
This commit is contained in:
parent
790d470da7
commit
5c07521521
@ -327,7 +327,7 @@ class CameraXPreview(
|
||||
.disableAutoCancel()
|
||||
.build()
|
||||
camera?.cameraControl?.startFocusAndMetering(focusMeteringAction)
|
||||
listener.onFocusCamera(xPos, yPos)
|
||||
listener.onFocusCamera(event.rawX, event.rawY)
|
||||
true
|
||||
} ?: false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user