Merge "Fix "Add Network" show last selected WiFi AP Dialog"

This commit is contained in:
Robert Greenwalt
2013-07-29 23:43:33 +00:00
committed by Gerrit Code Review

View File

@@ -646,6 +646,8 @@ public class WifiSettings extends SettingsPreferenceFragment
ap = new AccessPoint(getActivity(), mAccessPointSavedState);
// For repeated orientation changes
mDlgAccessPoint = ap;
// Reset the saved access point data
mAccessPointSavedState = null;
}
}
// If it's still null, fine, it's for Add Network