Changed wifi status lines per UX consult

Change-Id: I656fa2c5c52338b320796a919edb5018e7b68851
This commit is contained in:
Isaac Levy
2011-08-11 23:55:04 -07:00
parent 57f947342c
commit 8b2bf2e538
5 changed files with 176 additions and 51 deletions

View File

@@ -511,6 +511,7 @@ public class WifiSettings extends SettingsPreferenceFragment
for (AccessPoint accessPoint : accessPoints) {
if (accessPoint.update(result)) {
found = true;
break;
}
}
if (!found) {