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

Commit 99c7dea7 authored by Erik's avatar Erik
Browse files

Noticed comment field when splitting guests wasn't being cleared.

The address field was being cleared twice instead of address and comment being cleared.
parent 27eb2414
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ public class Rfc822Tokenizer implements MultiAutoCompleteTextView.Tokenizer {

                name.setLength(0);
                address.setLength(0);
                address.setLength(0);
                comment.setLength(0);
            } else if (c == '"') {
                i++;