Merge "Make the booting flag update unconditional" into klp-modular-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9353e1a2b2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user