mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Add the ability to filter search by date and author.
This commit is contained in:
committed by
Cody Henthorne
parent
72cbe61f6c
commit
7253aaaa14
@@ -1215,6 +1215,14 @@ class MainActivity :
|
||||
toolbarViewModel.setSearchQuery(query)
|
||||
}
|
||||
|
||||
override fun onSearchFilterClick() {
|
||||
supportFragmentManager.fragments.forEach { fragment ->
|
||||
if (fragment is ConversationListFragment) {
|
||||
fragment.showSearchFilterBottomSheet()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override fun onNotificationProfileTooltipDismissed() {
|
||||
SignalStore.notificationProfile.hasSeenTooltip = true
|
||||
toolbarViewModel.setShowNotificationProfilesTooltip(false)
|
||||
|
||||
Reference in New Issue
Block a user