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

Commit b142b755 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "QS WiFi panel trigger settings on correct user" into lmp-mr1-dev

parents 22a3163f 85eec267
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ public class AccessPointControllerImpl implements NetworkController.AccessPointC
                Intent intent = new Intent(Settings.ACTION_WIFI_SETTINGS);
                intent.putExtra(EXTRA_START_CONNECT_SSID, ap.ssid);
                intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                mContext.startActivity(intent);
                mContext.startActivityAsUser(intent, new UserHandle(mCurrentUser));
                return true;
            } else {
                WifiConfiguration config = new WifiConfiguration();