Merge "[Network Connection] Show full SSID on list item" into qt-dev
am: 6e115e4fda
Change-Id: I7a5250221d73d163961f9894f96701d699711c90
This commit is contained in:
@@ -377,7 +377,9 @@ public class NetworkRequestDialogFragment extends InstrumentedDialogFragment imp
|
|||||||
|
|
||||||
final TextView titleView = view.findViewById(android.R.id.title);
|
final TextView titleView = view.findViewById(android.R.id.title);
|
||||||
if (titleView != null) {
|
if (titleView != null) {
|
||||||
titleView.setText(accessPoint.getSsidStr());
|
// Shows whole SSID for better UX.
|
||||||
|
titleView.setSingleLine(false);
|
||||||
|
titleView.setText(accessPoint.getTitle());
|
||||||
}
|
}
|
||||||
|
|
||||||
final TextView summary = view.findViewById(android.R.id.summary);
|
final TextView summary = view.findViewById(android.R.id.summary);
|
||||||
|
Reference in New Issue
Block a user