Fixed
Status Update
Comments
ia...@gmail.com <ia...@gmail.com> #2
Comment has been deleted.
ap...@google.com <ap...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
il...@google.com <il...@google.com> #4
This has been added internally and will be available in Activity 1.10.0-alpha03.
pr...@google.com <pr...@google.com> #5
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.activity:activity-compose:1.10.0-alpha03
na...@gmail.com <na...@gmail.com> #7
update new version
ju...@veepee.com <ju...@veepee.com> #8
Hey, why is LocalActivity nullable?
Couldn't androidx provide a root composable like ActivityContainer(activity){ content}
and make the instance not null?
It would be devs job to provide the instance.
How could we get something like AppCompatActivity/FragmentActivity too? They provide different things that are not available in ComponentActivity.
Description
The use case is that I would like to start Activity being sure that the context used will not crash my app in case I missed a flag or I had to instantiate a Dialog using the local context.