Skip to content

Commit

Permalink
Disable GPS on star location
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Corry <[email protected]>
  • Loading branch information
kylecorry31 committed Dec 8, 2024
1 parent f35e736 commit 51940a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class ExperimentationFragment : BoundFragment<FragmentExperimentationBinding>()

override fun onResume() {
super.onResume()
binding.arView.start()
binding.arView.start(useGPS = false)
binding.camera.start(
readFrames = false,
shouldStabilizePreview = false
Expand Down

0 comments on commit 51940a1

Please sign in to comment.