Revert "Explicitly set userid for PGP sign key"

This reverts commit d8ad5e4095.
pull/199/head
M66B 4 years ago
parent d8ad5e4095
commit f5575d1899

@ -2704,9 +2704,6 @@ public class FragmentCompose extends FragmentBase {
if (identity == null) if (identity == null)
throw new IllegalArgumentException(context.getString(R.string.title_from_missing)); throw new IllegalArgumentException(context.getString(R.string.title_from_missing));
if (OpenPgpApi.ACTION_GET_SIGN_KEY_ID.equals(data.getAction()))
data.putExtra(OpenPgpApi.EXTRA_USER_ID, identity.email.toLowerCase(Locale.ROOT));
// Create files // Create files
File tmp = new File(context.getFilesDir(), "encryption"); File tmp = new File(context.getFilesDir(), "encryption");
if (!tmp.exists()) if (!tmp.exists())

Loading…
Cancel
Save