You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following example, useCase is retained throwout the lifespan of all PushedScreenGraphinstances, while presenter is meant to be retained only for the lifespan of the PushedScreen component this graph instance is bound to.
In the following example,
useCase
is retained throwout the lifespan of allPushedScreenGraph
instances, whilepresenter
is meant to be retained only for the lifespan of thePushedScreen
component this graph instance is bound to.The text was updated successfully, but these errors were encountered: