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

Commit 88961745 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Promotion of atel.lnx.2.0-00028.

CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
1085035   I92c108794252538b77b79d897cea8f8ea7489a17   Shutdown request not sent in APM

Change-Id: I44fe5f65191cddd319ea33a092e09aeaa1b62c15
CRs-Fixed: 1085035
parents d8655637 bb4586dc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2328,6 +2328,8 @@ public class ServiceStateTracker extends Handler {
                DcTracker dcTracker = mPhone.mDcTracker;
                powerOffRadioSafely(dcTracker);
            }
        } else if (mDeviceShuttingDown && mCi.getRadioState().isAvailable()) {
            mCi.requestShutdown(null);
        }
    }