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

Commit 78624d61 authored by Vinit Deshapnde's avatar Vinit Deshapnde Committed by Android Git Automerger
Browse files

am 5eb2b0ca: Merge "Set P2p statemachine\'s network manager before starting Wifi" into klp-dev

* commit '5eb2b0ca':
  Set P2p statemachine's network manager before starting Wifi
parents cf51fefd 5eb2b0ca
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -515,8 +515,9 @@ class ServerThread {
                    ServiceManager.addService(Context.CONNECTIVITY_SERVICE, connectivity);
                    networkStats.bindConnectivityManager(connectivity);
                    networkPolicy.bindConnectivityManager(connectivity);
                    wifi.checkAndStartWifi();

                    wifiP2p.connectivityServiceReady();
                    wifi.checkAndStartWifi();
                } catch (Throwable e) {
                    reportWtf("starting Connectivity Service", e);
                }