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

Commit d1d25c36 authored by kaiyiz's avatar kaiyiz
Browse files

Settings: Fix long SSID can't display completly on the WLAN device list

Set the SSID title multiline display.

Change-Id: I3f67e50bab598a9c99189ec60bb96cf3cc1eef38
CRs-Fixed: 788986
parent 47d901aa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -260,6 +260,9 @@ class AccessPoint extends Preference {
                com.android.internal.R.id.summary);
        summaryView.setVisibility(showSummary ? View.VISIBLE : View.GONE);

        final TextView title = (TextView)view.findViewById(com.android.internal.R.id.title);
        title.setSingleLine(false);

        notifyChanged();
    }