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

Commit ce282770 authored by Jake Hamby's avatar Jake Hamby Committed by Android Git Automerger
Browse files

am 64f509b2: Merge "Fix for storing CPHS MWI messages with store type"

# By Björn Ekberg
# Via Gerrit Code Review (1) and Zoran Jovanovic (1)
* commit '64f509b2':
  Fix for storing CPHS MWI messages with store type
parents 8d3dfb1a 64f509b2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -862,10 +862,9 @@ public class SmsMessage extends SmsMessageBase {
            // If the user data is a single space char, do not store
            // the message. Otherwise, store and display as usual
            if (" ".equals(getMessageBody())) {
                ;
            }
                return true;
            }
        }

        return false;
    }