Skip to content

Commit

Permalink
removed role from ui for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Oct 18, 2023
1 parent 463da97 commit 85e7c5e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import androidx.compose.ui.platform.LocalLifecycleOwner
import androidx.compose.ui.platform.testTag
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.semantics.Role
import androidx.compose.ui.text.AnnotatedString
import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.text.input.KeyboardType
Expand Down Expand Up @@ -390,7 +389,6 @@ fun SDKSettingsList(
.background(Color.Transparent)
.padding(10.dp)
.clickable(
role = Role.DropdownList,
onClick = { pushBehaviorDropdownExpanded = !pushBehaviorDropdownExpanded }
)
)
Expand Down

0 comments on commit 85e7c5e

Please sign in to comment.