Skip to content

Commit 0947fd9

Browse files
committed
Merge branch 'tooltips' of https://github.com/android/snippets into tooltips
2 parents 3d4a520 + 80be656 commit 0947fd9

File tree

1 file changed

+0
-3
lines changed
  • compose/snippets/src/main/java/com/example/compose/snippets/components

1 file changed

+0
-3
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/components/Tooltips.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package com.example.compose.snippets.components
1818

1919
import androidx.compose.foundation.layout.Arrangement
20-
import androidx.compose.foundation.layout.Box
2120
import androidx.compose.foundation.layout.Row
2221
import androidx.compose.foundation.layout.fillMaxSize
2322
import androidx.compose.foundation.layout.fillMaxWidth
@@ -41,15 +40,13 @@ import androidx.compose.runtime.LaunchedEffect
4140
import androidx.compose.runtime.getValue
4241
import androidx.compose.runtime.mutableStateOf
4342
import androidx.compose.runtime.remember
44-
import androidx.compose.runtime.rememberCoroutineScope
4543
import androidx.compose.runtime.setValue
4644
import androidx.compose.ui.Alignment
4745
import androidx.compose.ui.Modifier
4846
import androidx.compose.ui.text.style.TextAlign
4947
import androidx.compose.ui.tooling.preview.Preview
5048
import androidx.compose.ui.unit.DpSize
5149
import androidx.compose.ui.unit.dp
52-
import kotlinx.coroutines.launch
5350

5451
@Composable
5552
fun TooltipExamples() {

0 commit comments

Comments
 (0)