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

Commit aad98b46 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Call pollState() in APM if RAT or radio state changes." into nyc-mr1-dev

parents 8b118b28 07a76e6e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -952,7 +952,8 @@ public class ServiceStateTracker extends Handler {
                }
                // This will do nothing in the 'radio not available' case
                setPowerStateToDesired();
                pollState();
                // These events are modem triggered, so pollState() needs to be forced
                modemTriggeredPollState();
                break;

            case EVENT_NETWORK_STATE_CHANGED: