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

Commit 944e3114 authored by fionaxu's avatar fionaxu
Browse files

DO NOT MERGE fix the merge conflict for Ratratcheter

Bug: 65695609
Test: runtest --path ServiceStateTrackerTest.java
Change-Id: I7f501ba901f6ea5fa243990639429664d2f98ab8
parent a43d71d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2672,7 +2672,7 @@ public class ServiceStateTracker extends Handler {
        // until cell change or device is OOS
        boolean isDataInService = mNewSS.getDataRegState() == ServiceState.STATE_IN_SERVICE;

        if (!hasLocationChanged && isDataInService) {
        if (isDataInService) {
            mRatRatcheter.ratchet(mSS, mNewSS, hasLocationChanged);
        }