@@ -1338,7 +1338,7 @@ class BottomSheetCommonTest {
13381338
13391339 UnstyledBottomSheet (state) {
13401340 Sheet {
1341- UnstyledDragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
1341+ DragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
13421342 Box (Modifier .fillMaxWidth().height(300 .dp))
13431343 }
13441344 }
@@ -1360,7 +1360,7 @@ class BottomSheetCommonTest {
13601360
13611361 UnstyledBottomSheet (state) {
13621362 Sheet {
1363- UnstyledDragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
1363+ DragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
13641364 Box (Modifier .fillMaxWidth().height(300 .dp))
13651365 }
13661366 }
@@ -1382,7 +1382,7 @@ class BottomSheetCommonTest {
13821382
13831383 UnstyledBottomSheet (state) {
13841384 Sheet {
1385- UnstyledDragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
1385+ DragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
13861386 Box (Modifier .fillMaxWidth().height(300 .dp))
13871387 }
13881388 }
@@ -1404,7 +1404,7 @@ class BottomSheetCommonTest {
14041404
14051405 UnstyledBottomSheet (state) {
14061406 Sheet {
1407- UnstyledDragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
1407+ DragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
14081408 Box (Modifier .fillMaxWidth().height(300 .dp))
14091409 }
14101410 }
@@ -2165,7 +2165,7 @@ class BottomSheetCommonTest {
21652165
21662166 UnstyledBottomSheet (state) {
21672167 Sheet {
2168- UnstyledDragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
2168+ DragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
21692169 Box (Modifier .fillMaxWidth().height(400 .dp))
21702170 }
21712171 }
@@ -2195,7 +2195,7 @@ class BottomSheetCommonTest {
21952195
21962196 UnstyledBottomSheet (state) {
21972197 Sheet {
2198- UnstyledDragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
2198+ DragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
21992199 Box (Modifier .fillMaxWidth().height(400 .dp))
22002200 }
22012201 }
@@ -2223,7 +2223,7 @@ class BottomSheetCommonTest {
22232223
22242224 UnstyledBottomSheet (state) {
22252225 Sheet {
2226- UnstyledDragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
2226+ DragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
22272227 Box (Modifier .fillMaxWidth().height(400 .dp))
22282228 }
22292229 }
@@ -2250,7 +2250,7 @@ class BottomSheetCommonTest {
22502250
22512251 UnstyledBottomSheet (state) {
22522252 Sheet {
2253- UnstyledDragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
2253+ DragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
22542254 Box (Modifier .fillMaxWidth().height(400 .dp))
22552255 }
22562256 }
@@ -2285,7 +2285,7 @@ class BottomSheetCommonTest {
22852285
22862286 UnstyledBottomSheet (state) {
22872287 Sheet {
2288- UnstyledDragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
2288+ DragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
22892289 Box (Modifier .fillMaxWidth().height(400 .dp))
22902290 }
22912291 }
@@ -2319,7 +2319,7 @@ class BottomSheetCommonTest {
23192319
23202320 UnstyledBottomSheet (state) {
23212321 Sheet {
2322- UnstyledDragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
2322+ DragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
23232323 Box (Modifier .fillMaxWidth().height(400 .dp))
23242324 }
23252325 }
@@ -2364,7 +2364,7 @@ class BottomSheetCommonTest {
23642364
23652365 UnstyledBottomSheet (state) {
23662366 Sheet {
2367- UnstyledDragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
2367+ DragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
23682368 Box (Modifier .fillMaxWidth().height(400 .dp))
23692369 }
23702370 }
@@ -2402,7 +2402,7 @@ class BottomSheetCommonTest {
24022402
24032403 UnstyledBottomSheet (state) {
24042404 Sheet {
2405- UnstyledDragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
2405+ DragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
24062406 Box (Modifier .fillMaxWidth().height(500 .dp))
24072407 }
24082408 }
@@ -2432,7 +2432,7 @@ class BottomSheetCommonTest {
24322432
24332433 UnstyledBottomSheet (state) {
24342434 Sheet {
2435- UnstyledDragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
2435+ DragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
24362436 Box (Modifier .fillMaxWidth().height(400 .dp))
24372437 }
24382438 }
@@ -2459,7 +2459,7 @@ class BottomSheetCommonTest {
24592459
24602460 UnstyledBottomSheet (state) {
24612461 Sheet {
2462- UnstyledDragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
2462+ DragIndication (Modifier .testTag(" drag_indication" ).size(32 .dp))
24632463 Box (Modifier .fillMaxWidth().height(400 .dp))
24642464 }
24652465 }
0 commit comments