You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: android-design-system/design-system-internal/src/main/java/com/duckduckgo/common/ui/internal/ui/component/textinput/ComponentTextInputFragment.kt
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -273,15 +273,6 @@ class ComponentTextInputFragment : Fragment() {
273
273
"behaves when the text is too long to fit in a single line.",
274
274
)
275
275
276
-
val interactionSource = remember { MutableInteractionSource() }
277
-
val pressed by interactionSource.collectIsPressedAsState()
0 commit comments