iosched icon indicating copy to clipboard operation
iosched copied to clipboard

I followed rule of 3.

Open AhmadKazimi opened this issue 3 years ago • 1 comments

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 AppCompatActivity and Fragment 

AhmadKazimi avatar Apr 24 '22 21:04 AhmadKazimi

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.

google-cla[bot] avatar Apr 24 '22 21:04 google-cla[bot]