sceneview-android icon indicating copy to clipboard operation
sceneview-android copied to clipboard

It's not possible to avoid ARCore appSettingsLauncher call

Open NikitaGvozdilko opened this issue 1 year ago • 0 comments

Could you make appSettingsLauncher call in ARCore optional, please? We used to have onCameraPermissionResult callback that allowed use to avoid this call by overriding value, but now there is no option using Compose. The only workaround is creation own ActivityResultLauncher that calls nothing, but there is toast shown anyway.

NikitaGvozdilko avatar May 17 '24 12:05 NikitaGvozdilko