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

Commit a97c5f77 authored by Hung-ying Tyan's avatar Hung-ying Tyan Committed by Android (Google) Code Review
Browse files

Merge "fix build"

parents 50d9f325 fb026409
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -721,6 +721,7 @@ public class SipAudioCall extends SipSessionAdapter {
    }

    private void grabWifiHighPerfLock() {
        /* not available in master yet
        if (mWifiHighPerfLock == null) {
            Log.v(TAG, "acquire wifi high perf lock");
            mWifiHighPerfLock = ((WifiManager)
@@ -728,6 +729,7 @@ public class SipAudioCall extends SipSessionAdapter {
                    .createWifiLock(WifiManager.WIFI_MODE_FULL_HIGH_PERF, TAG);
            mWifiHighPerfLock.acquire();
        }
        */
    }

    private void releaseWifiHighPerfLock() {