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:
Moxie Marlinspike 2017-01-03 13:57:09 -08:00
parent 3861084ea2
commit 57cdbaedd6

View file

@ -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");