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

Commit 8b1c13d6 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #1520 from k9mail/recipient-view-longclick

compose: enable long click on recipient select view
parents 807f0418 d1620f3f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -97,6 +97,8 @@ public class RecipientSelectView extends TokenCompleteTextView<Recipient> implem

        adapter = new RecipientAdapter(context);
        setAdapter(adapter);

        setLongClickable(true);
    }

    @Override