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

Commit 1b191e8e authored by Roshan Pius's avatar Roshan Pius Committed by android-build-merger
Browse files

Merge "Fix a bug in ControllerActivityCounter" into nyc-dev am: 85eb7a97

am: c49a5f37

* commit 'c49a5f37':
  Fix a bug in ControllerActivityCounter
parents 961b0269 c49a5f37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1953,7 +1953,7 @@ public class BatteryStatsImpl extends BatteryStats {
         */
        @Override
        public LongSamplingCounter getIdleTimeCounter() {
            return mRxTimeMillis;
            return mIdleTimeMillis;
        }

        /**