Skip to content

Commit

Permalink
Merge pull request #8769 from shamim-emon/fix-issue-7449
Browse files Browse the repository at this point in the history
Address of only one recipient not shown but "+1"
  • Loading branch information
cketti authored Jan 24, 2025
2 parents 0b4939d + 573a388 commit 364d0cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ protected void onLayout(boolean changed, int left, int top, int right, int botto
*/
public void performCollapse(boolean hasFocus) {
internalEditInProgress = true;
if (!hasFocus) {
if (!hasFocus && getObjects().size() > 1) {
// Display +x thingy/ellipse if appropriate
final Editable text = getText();
if (text != null && hiddenContent == null && lastLayout != null) {
Expand Down

0 comments on commit 364d0cc

Please sign in to comment.