Add copy to bottom sheet for Note to Self.

This commit is contained in:
Alan Evans
2020-06-18 14:34:30 -03:00
committed by GitHub
parent 021a16050a
commit 98d9b57379
4 changed files with 33 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ public final class AvatarImageView extends AppCompatImageView {
context.startActivity(ManageGroupActivity.newIntent(context, recipient.requireGroupId().requirePush()),
ManageGroupActivity.createTransitionBundle(context, this));
} else {
if (context instanceof FragmentActivity && !recipient.isLocalNumber()) {
if (context instanceof FragmentActivity) {
RecipientBottomSheetDialogFragment.create(recipient.getId(), null)
.show(((FragmentActivity) context).getSupportFragmentManager(), "BOTTOM");
} else {