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

Commit 11cb2643 authored by Zhen Zhang's avatar Zhen Zhang Committed by Android (Google) Code Review
Browse files

Merge "Fix bug: Some targets will have wrong sub-label"

parents 808eedc6 6a549b56
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -634,8 +634,7 @@ public class ResolverListAdapter extends BaseAdapter {
                subLabel = null;
            }

            if (!TextUtils.equals(text2.getText(), subLabel)
                    && !TextUtils.isEmpty(subLabel)) {
            if (!TextUtils.equals(text2.getText(), subLabel)) {
                text2.setVisibility(View.VISIBLE);
                text2.setText(subLabel);
            }