show Search on all tabs

This commit is contained in:
tibbi
2020-11-04 15:57:30 +01:00
parent d88ea06a35
commit e500e02131
5 changed files with 22 additions and 4 deletions

View File

@ -109,4 +109,12 @@ class RecentsFragment(context: Context, attributeSet: AttributeSet) : MyViewPage
}
}
}
override fun onSearchClosed() {
}
override fun onSearchQueryChanged(text: String) {
}
}