am 9353e1a2: Merge "Make the booting flag update unconditional" into klp-modular-dev

* commit '9353e1a2b2e8f02377c3f73565964ffb0927c776':
  Make the booting flag update unconditional
This commit is contained in:
Prashant Malani
2014-07-17 19:55:32 +00:00
committed by Android Git Automerger

View File

@@ -1962,10 +1962,8 @@ public final class ActivityStackSupervisor implements DisplayListener {
thumbnails = null;
}
if (isFrontStack(mHomeStack)) {
booting = mService.mBooting;
mService.mBooting = false;
}
booting = mService.mBooting;
mService.mBooting = false;
if (mStartingUsers.size() > 0) {
startingUsers = new ArrayList<UserStartedState>(mStartingUsers);