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

* commit 'aa4b2ee0d654b345b727cb47afd246d0b769fafd':
  Ignore outstanding delayed shutdown on restart
This commit is contained in:
Robert Greenwalt
2013-05-28 21:23:11 -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);
/**