mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Add the ability to navigate to conversations by tapping groups in common rows.
This commit is contained in:
committed by
Michelle Tang
parent
5929021166
commit
77078e1844
@@ -142,6 +142,7 @@ class AboutSheet : ComposeBottomSheetDialogFragment() {
|
||||
}
|
||||
|
||||
private fun openGroupsInCommon() {
|
||||
dismiss()
|
||||
startActivity(GroupsInCommonActivity.createIntent(requireContext(), recipientId))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user