mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Clear search toolbar upon opening.
This commit is contained in:
@@ -80,6 +80,10 @@ class Material3SearchToolbar @JvmOverloads constructor(
|
||||
}
|
||||
}
|
||||
|
||||
fun clearText() {
|
||||
input.setText("");
|
||||
}
|
||||
|
||||
interface Listener {
|
||||
fun onSearchTextChange(text: String)
|
||||
fun onSearchClosed()
|
||||
|
||||
Reference in New Issue
Block a user