Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
Hi there, thank you for the question. We will add it to the work pipeline and get back to you.
ap...@google.com <ap...@google.com> #3
I think you can set the zoom ratio right after cameraController.bindToLifecycle(this)
This should achieve what you want.
Description
1.3.0-rc01
The documentation of
Fragment.setFragmentResult
extension function offragment-ktx
is wrong about nullability ofresult
.@param result the result to be passed to another fragment or
nullif you want to clear out any pending result.
result
is annotated@NonNull
onFragmentManager
Java API and the Kotlin type ofresult
isBundle
, notBundle?
.How can we "clear out any pending result" then?
Related to this, how should we communicate "cancel" or "no result" with this API? An empty bundle?