Enable both use-cases if available.

This commit is contained in:
Alex Hart
2022-08-26 10:23:18 -03:00
parent fae2ceab39
commit 51647a5017
4 changed files with 12 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ class Material3SearchToolbar @JvmOverloads constructor(
}
fun clearText() {
input.setText("");
input.setText("")
}
interface Listener {