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

Commit 61c30fe2 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android (Google) Code Review
Browse files

Merge "Fix monkey crash" into jb-mr2-dev

parents c64fad39 ca8e9cd3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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) {