am 466ceb46: am aa4b2ee0: Merge "Ignore outstanding delayed shutdown on restart" into jb-mr2-dev

* commit '466ceb463f44f72bdd73764e50dcb34c174a0cfe':
  Ignore outstanding delayed shutdown on restart
This commit is contained in:
Robert Greenwalt
2013-05-28 21:25:44 -07:00
committed by Android Git Automerger

View File

@@ -2357,6 +2357,7 @@ public class WifiStateMachine extends StateMachine {
public void enter() {
mIsRunning = true;
mInDelayedStop = false;
mDelayedStopCounter++;
updateBatteryWorkSource(null);
/**