eygraber
03/08/2023, 9:12 PMLocalTextToolbar
?
I tried:
performTouchInput {
longClick()
}
on the text field but it didn't do anythingeygraber
03/08/2023, 9:44 PMperformTouchInput {
swipe(centerLeft, centerRight, viewConfiguration.longPressTimeoutMillis + 100)
}