mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
show Search on all tabs
This commit is contained in:
@ -109,4 +109,12 @@ class RecentsFragment(context: Context, attributeSet: AttributeSet) : MyViewPage
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override fun onSearchClosed() {
|
||||
|
||||
}
|
||||
|
||||
override fun onSearchQueryChanged(text: String) {
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user