Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Hi there, thank you for the question. We will add it to the work pipeline and get back to you.
jb...@google.com <jb...@google.com> #3
I think you can set the zoom ratio right after cameraController.bindToLifecycle(this)
This should achieve what you want.
an...@google.com <an...@google.com> #4
I've tried that as well, but didn't worked.
b9...@gmail.com <b9...@gmail.com> #5
I request u 2 please resolve my problem I m very tired
Description
Version used:1.2.0-beta02
FragmentContainerView will add Fragment inflated in onAttachedToWindow, which is hard to find that Fragment within Activity/Fragment lifecycle callback (onCreate, onActivityCreated) except for register attached callback.
The sample project I created will try to find Fragment after setContentView, which will crash.