Skip to content

Commit

Permalink
Add lifecycle coroutine support to MainActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
niccoreyes committed Feb 5, 2025
1 parent 5d1b267 commit 4b5af1d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ package com.google.codelab.sdclibrary

import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
import androidx.lifecycle.lifecycleScope
import kotlinx.coroutines.launch

class MainActivity : AppCompatActivity() {

Expand Down

0 comments on commit 4b5af1d

Please sign in to comment.