Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fc921c0 authored by Jesse Vincent's avatar Jesse Vincent
Browse files

astyle

parent a4381696
Loading
Loading
Loading
Loading
+28 −25
Original line number Diff line number Diff line
@@ -355,7 +355,8 @@ public class Apg extends CryptoProvider
                mEncryptedData = data.getStringExtra(Apg.EXTRA_ENCRYPTED_MESSAGE);
                // this was a stupid bug in an earlier version, just gonna leave this in for an APG
                // version or two
                if (mEncryptedData == null) {
                if (mEncryptedData == null)
                {
                    mEncryptedData = data.getStringExtra(Apg.EXTRA_DECRYPTED_MESSAGE);
                }
                if (mEncryptedData != null)
@@ -450,7 +451,8 @@ public class Apg extends CryptoProvider
    public boolean isEncrypted(Message message)
    {
        String data = null;
        try {
        try
        {
            Part part = MimeUtility.findFirstPartByMimeType(message, "text/plain");
            if (part == null)
            {
@@ -479,7 +481,8 @@ public class Apg extends CryptoProvider
    public boolean isSigned(Message message)
    {
        String data = null;
        try {
        try
        {
            Part part = MimeUtility.findFirstPartByMimeType(message, "text/plain");
            if (part == null)
            {
+5 −4
Original line number Diff line number Diff line
@@ -523,7 +523,8 @@ public class MimeUtility
         * If the part is HTML and it got this far it's part of a mixed (et
         * al) and should be rendered inline.
         */
        else if (isPartTextualBody(part))  {
        else if (isPartTextualBody(part))
        {
            viewables.add(part);
        }
        else
+7 −7

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.