Skip to content

Two factorauth and forgot password kotlin flow migration

Fixes #412 (closed)

Changes : I have used replaced MutableLiveData with MutableStateFlow. Since Stateflow is required to be initialized so I have created a nullable Stateflow and will initialize by a null value.

And Stateflow also does not support observation so we will collect it in its respective fragments.

Screenshots for the change: No visual changes

Appetize.io Link https://appetize.io/app/cra5gd3lnj7zyb2it6oklxn2dm?device=pixel4&osVersion=11.0&scale=75

Merge request reports