Skip to content

Commit

Permalink
Fixes Widgets not loading, see:
Browse files Browse the repository at this point in the history
  • Loading branch information
SadoP committed Feb 24, 2023
1 parent a6f7302 commit d268d2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ abstract class VectorBaseFragment<VB : ViewBinding> : Fragment(), MavericksView
) {
val tag = this@VectorBaseFragment::class.simpleName.toString()
lifecycleScope.launch {
repeatOnLifecycle(Lifecycle.State.RESUMED) {
repeatOnLifecycle(Lifecycle.State.CREATED) {
viewEvents
.stream(tag)
.collect {
Expand Down

0 comments on commit d268d2f

Please sign in to comment.