Chris Fillmore
08/25/2022, 6:43 PMActivityScoped and ActivityRetainedScoped when using Activity#recreate() ?
Activity docs say about recreate:
This results in essentially the same flow as when the Activity is created due to a configuration changeWhich leads me to suspect that
ActivityScoped deps will be recreated, and ActivityRetainedScoped deps will not.Chris Fillmore
08/25/2022, 7:18 PM