Add custom mute until option.

This commit is contained in:
Greyson Parrelli
2026-02-25 10:06:15 -05:00
committed by Cody Henthorne
parent 7d1897a9d2
commit 121f0c6134
13 changed files with 486 additions and 83 deletions

View File

@@ -3992,7 +3992,7 @@ class ConversationFragment :
}
override fun handleMuteNotifications() {
MuteDialog.show(requireContext(), viewModel::muteConversation)
MuteDialog.show(requireContext(), childFragmentManager, viewLifecycleOwner, viewModel::muteConversation)
}
override fun handleUnmuteNotifications() {