Ahmad Kazimi
Results
2
issues of
Ahmad Kazimi
I found that there's redundant code when it comes to the below code block lifecycleScope.launch { repeatOnLifecycle(Lifecycle.State.STARTED) {} } so I just replace it with ext function called **collectLifecycleFlow()** for...