robnik
03/20/2025, 6:11 PMrememberLauncherForActivityResult(
contract = ActivityResultContracts.StartActivityForResult()
) { result ->
... but the result.resultCode
is always RESULT_CANCELED, while in the old code in correctly returned RESULT_OK.