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

Commit 85eec267 authored by Jason Monk's avatar Jason Monk
Browse files

QS WiFi panel trigger settings on correct user

Bug: 18900000
Change-Id: I67e234eb6300dd05f950f174107b6a28867af7a2
parent 6cfb4495
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();