Open AhmadKazimi opened 2 years ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
For more information, open the CLA check for this pull request.
I found that there's redundant code when it comes to the below code block
lifecycleScope.launch { repeatOnLifecycle(Lifecycle.State.STARTED) {} }