We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87428ba commit 2a7279fCopy full SHA for 2a7279f
firebase-sessions/test-app/src/main/kotlin/com/google/firebase/testing/sessions/FirstFragment.kt
@@ -30,11 +30,11 @@ import androidx.lifecycle.lifecycleScope
30
import com.google.firebase.crashlytics.FirebaseCrashlytics
31
import com.google.firebase.perf.FirebasePerformance
32
import com.google.firebase.testing.sessions.databinding.FragmentFirstBinding
33
-import kotlinx.coroutines.Dispatchers
34
import java.util.Date
35
import java.util.Locale
36
-import kotlinx.coroutines.launch
+import kotlinx.coroutines.Dispatchers
37
import kotlinx.coroutines.delay
+import kotlinx.coroutines.launch
38
39
/** A simple [Fragment] subclass as the default destination in the navigation. */
40
class FirstFragment : Fragment() {
0 commit comments