File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/src/main/java/to/bitkit/ui/screens/wallets/activity/components Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ import androidx.compose.runtime.DisposableEffect
77import androidx.compose.runtime.LaunchedEffect
88import androidx.compose.runtime.getValue
99import androidx.compose.ui.Modifier
10+ import androidx.compose.ui.semantics.semantics
11+ import androidx.compose.ui.semantics.testTagsAsResourceId
1012import androidx.compose.ui.tooling.preview.Preview
1113import androidx.hilt.navigation.compose.hiltViewModel
1214import androidx.lifecycle.compose.collectAsStateWithLifecycle
@@ -65,6 +67,7 @@ fun ActivityAddTagSheet(
6567 tagInputTestTag = " TagInput" ,
6668 addButtonTestTag = " ActivityTagsSubmit" ,
6769 modifier = Modifier
70+ .semantics { testTagsAsResourceId = true }
6871 .sheetHeight(SheetSize .SMALL , isModal = true )
6972 .gradientBackground()
7073 )
You can’t perform that action at this time.
0 commit comments