mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-04 18:29:17 +02:00
clearer naming
This commit is contained in:
parent
4324f324cc
commit
e7a9f60a12
2 changed files with 2 additions and 2 deletions
|
@ -546,7 +546,7 @@ public class ProfileActivity extends PassphraseRequiredActionBarActivity
|
|||
|
||||
private void onShare() {
|
||||
Intent composeIntent = new Intent();
|
||||
RelayUtil.setSharedContact(composeIntent, contactId);
|
||||
RelayUtil.setSharedContactId(composeIntent, contactId);
|
||||
ConversationListRelayingActivity.start(this, composeIntent);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue