Merge "Fix monkey crash" into jb-mr2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
61c30fe2d1
@@ -953,9 +953,11 @@ public class WifiSettings extends SettingsPreferenceFragment
|
||||
if (button == WifiDialog.BUTTON_FORGET && mSelectedAccessPoint != null) {
|
||||
forget();
|
||||
} else if (button == WifiDialog.BUTTON_SUBMIT) {
|
||||
if (mDialog != null) {
|
||||
submit(mDialog.getController());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* package */ void submit(WifiConfigController configController) {
|
||||
|
||||
|
Reference in New Issue
Block a user