Add the ability to navigate to conversations by tapping groups in common rows.

This commit is contained in:
Jeffrey Starke
2025-04-07 09:37:34 -04:00
committed by Michelle Tang
parent 5929021166
commit 77078e1844
2 changed files with 26 additions and 5 deletions

View File

@@ -142,6 +142,7 @@ class AboutSheet : ComposeBottomSheetDialogFragment() {
}
private fun openGroupsInCommon() {
dismiss()
startActivity(GroupsInCommonActivity.createIntent(requireContext(), recipientId))
}
}