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:
@@ -1962,10 +1962,8 @@ public final class ActivityStackSupervisor implements DisplayListener {
|
|||||||
thumbnails = null;
|
thumbnails = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isFrontStack(mHomeStack)) {
|
booting = mService.mBooting;
|
||||||
booting = mService.mBooting;
|
mService.mBooting = false;
|
||||||
mService.mBooting = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (mStartingUsers.size() > 0) {
|
if (mStartingUsers.size() > 0) {
|
||||||
startingUsers = new ArrayList<UserStartedState>(mStartingUsers);
|
startingUsers = new ArrayList<UserStartedState>(mStartingUsers);
|
||||||
|
|||||||
Reference in New Issue
Block a user