Merge commit '4b187e804fdfdbc825e17646e82e0218e316a339' * commit '4b187e804fdfdbc825e17646e82e0218e316a339': Some battery improvements:
This commit is contained in:
@@ -8325,6 +8325,11 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
return;
|
||||
}
|
||||
|
||||
if (mDisplay == null) {
|
||||
// Not yet initialized, nothing to do.
|
||||
return;
|
||||
}
|
||||
|
||||
boolean recoveringMemory = false;
|
||||
if (mForceRemoves != null) {
|
||||
recoveringMemory = true;
|
||||
|
||||
Reference in New Issue
Block a user