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

Unverified Commit 364d0ccd authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #8769 from shamim-emon/fix-issue-7449

Address of only one recipient not shown but "+1"
parents 0b4939d9 573a388c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -612,7 +612,7 @@ public abstract class TokenCompleteTextView<T> extends AppCompatAutoCompleteText
     */
     */
    public void performCollapse(boolean hasFocus) {
    public void performCollapse(boolean hasFocus) {
        internalEditInProgress = true;
        internalEditInProgress = true;
        if (!hasFocus) {
        if (!hasFocus  && getObjects().size() > 1) {
            // Display +x thingy/ellipse if appropriate
            // Display +x thingy/ellipse if appropriate
            final Editable text = getText();
            final Editable text = getText();
            if (text != null && hiddenContent == null && lastLayout != null) {
            if (text != null && hiddenContent == null && lastLayout != null) {