mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
committed by
Greyson Parrelli
parent
5024998a6f
commit
b4c572678c
@@ -72,6 +72,7 @@ class KeyboardPageSearchView @JvmOverloads constructor(
|
||||
}
|
||||
|
||||
clearButton.setOnClickListener { clearQuery() }
|
||||
clearButton.isClickable = false
|
||||
|
||||
context.obtainStyledAttributes(attrs, R.styleable.KeyboardPageSearchView, 0, 0).use { typedArray ->
|
||||
val showAlways: Boolean = typedArray.getBoolean(R.styleable.KeyboardPageSearchView_show_always, false)
|
||||
|
||||
Reference in New Issue
Block a user