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

Commit 64f509b2 authored by Jake Hamby's avatar Jake Hamby Committed by Gerrit Code Review
Browse files

Merge "Fix for storing CPHS MWI messages with store type"

parents c95d086f 945e1691
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;
    }