Skip to content

Commit

Permalink
Merge pull request #1520 from k9mail/recipient-view-longclick
Browse files Browse the repository at this point in the history
compose: enable long click on recipient select view
  • Loading branch information
cketti authored Jul 24, 2016
2 parents 807f041 + d1620f3 commit 8b1c13d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ private void initView(Context context) {

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

setLongClickable(true);
}

@Override
Expand Down

0 comments on commit 8b1c13d

Please sign in to comment.