Directly show about sheet when you show a recipient sheet for yourself.

This commit is contained in:
Greyson Parrelli
2024-02-13 15:16:20 -05:00
committed by Cody Henthorne
parent 83c1bd61cb
commit a886e5f9a0
11 changed files with 30 additions and 33 deletions

View File

@@ -175,8 +175,7 @@ public class ReviewCardDialogFragment extends FullScreenDialogFragment {
@Override
public void onCardClicked(@NonNull ReviewCard card) {
RecipientBottomSheetDialogFragment.create(card.getReviewRecipient().getId(), null)
.show(requireFragmentManager(), null);
RecipientBottomSheetDialogFragment.show(getParentFragmentManager(), card.getReviewRecipient().getId(), null);
}
@Override