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

Commit d834b7a2 authored by Sarah Kim's avatar Sarah Kim Committed by Android (Google) Code Review
Browse files

Merge "Don't clear NR state when screen off" into udc-qpr-dev

parents 895b3239 9cbf93f1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -594,9 +594,6 @@ public class NetworkTypeController extends StateMachine {
                            log("Reset timers since physical channel config indications are off.");
                        }
                        resetAllTimers();
                        mRatchetedNrBands.clear();
                        mRatchetedNrBandwidths = 0;
                        mLastAnchorNrCellId = PhysicalChannelConfig.PHYSICAL_CELL_ID_UNKNOWN;
                    }
                    transitionToCurrentState();
                    break;