mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 02:30:10 -05:00
Eliminate unused variable & redundant call
There are no side effects. The subsequent executeOpenPgpMethod() calls getOpenPgpInputStream() which calls buildText(false)
This commit is contained in:
parent
00a60a0f4f
commit
ed3fcf375a
@ -1934,7 +1934,6 @@ public class MessageCompose extends K9Activity implements OnClickListener,
|
||||
intent.putExtra(OpenPgpApi.EXTRA_USER_IDS, emailsArray);
|
||||
executeOpenPgpMethod(intent);
|
||||
} else if (mCryptoSignatureCheckbox.isChecked()) {
|
||||
String text = buildText(false).getText();
|
||||
Intent intent = new Intent(OpenPgpApi.ACTION_SIGN);
|
||||
executeOpenPgpMethod(intent);
|
||||
} else if (mEncryptCheckbox.isChecked()) {
|
||||
|
Loading…
Reference in New Issue
Block a user