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

Commit 5f732156 authored by Aishwarya Mallampati's avatar Aishwarya Mallampati
Browse files

Call stopP2pSmsInactivityTimer in PowerOff and Transferring state

Bug: 392987301
Test: 393138745
Flag: EXEMPT bugfix
Change-Id: Ib50afbc4d4579f75d76d790bb8f7f1b4d96cbb7b
parent c09c6328
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -710,7 +710,7 @@ public class SatelliteSessionController extends StateMachine {
            unbindService();
            stopNbIotInactivityTimer();
            stopEsosInactivityTimer();
            stopNbIotInactivityTimer();
            stopP2pSmsInactivityTimer();
            endUserInactivity();
            DemoSimulator.getInstance().onSatelliteModeOff();
            notifyStateChangedEvent(SatelliteManager.SATELLITE_MODEM_STATE_OFF);
@@ -1067,7 +1067,7 @@ public class SatelliteSessionController extends StateMachine {
            if (DBG) plogd("Entering TransferringState");
            stopNbIotInactivityTimer();
            stopEsosInactivityTimer();
            stopNbIotInactivityTimer();
            stopP2pSmsInactivityTimer();

            mPreviousState = mCurrentState;
            mCurrentState = SATELLITE_MODEM_STATE_DATAGRAM_TRANSFERRING;