mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-19 21:08:26 +00:00
Remove EXTRA_SUBJECT from safety number share.
Negatively impacts share through email slightly, positively impacts share through a few other mechanisms somewhat significantly. Fixes #5959 // FREEBIE
This commit is contained in:
parent
3861084ea2
commit
57cdbaedd6
@ -201,7 +201,6 @@ public class VerifyIdentityActivity extends PassphraseRequiredActionBarActivity
|
||||
|
||||
Intent intent = new Intent();
|
||||
intent.setAction(Intent.ACTION_SEND);
|
||||
intent.putExtra(Intent.EXTRA_SUBJECT, getString(R.string.VerifyIdentityActivity_our_signal_safety_number));
|
||||
intent.putExtra(Intent.EXTRA_TEXT, shareString);
|
||||
intent.setType("text/plain");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user