mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
remove comment
This commit is contained in:
parent
51a443a184
commit
7941fb8172
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
||||||
|
|
||||||
private void handleSharing() {
|
private void handleSharing() {
|
||||||
ArrayList<Uri> uriList = RelayUtil.getSharedUris(this);
|
ArrayList<Uri> uriList = RelayUtil.getSharedUris(this);
|
||||||
RelayUtil.resetRelayingMessageContent(this); // This avoids that the shared text appears again if another chat is opened
|
RelayUtil.resetRelayingMessageContent(this);
|
||||||
if (uriList == null) return;
|
if (uriList == null) return;
|
||||||
if (uriList.size() > 1) {
|
if (uriList.size() > 1) {
|
||||||
String message = String.format(getString(R.string.share_multiple_attachments), uriList.size());
|
String message = String.format(getString(R.string.share_multiple_attachments), uriList.size());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue