Jun 24, 2021
Flow is not lifecycle aware by default. To fix that you launch the collect() in a coroutine that is bound the the lifecycle of the fragement. Did i understand that correctly?
Flow is not lifecycle aware by default. To fix that you launch the collect() in a coroutine that is bound the the lifecycle of the fragement. Did i understand that correctly?