tapchicoma
03/15/2019, 10:16 AMStringQualifier("some-name")
. This scope either created in the host Fragment
, but objects from this scope are also requested in View
that is instantiated inside view hierarchy.
If host creates scope with scopeId
(requirement as there can be several hosts at the same time), View
fails to resolve dependency. As I understand - the only way is to somehow pass scopeId
to the view and override currentScope()
?