Merge "Fix RRO handleConfigurationChanged race condition" into sc-dev am: 55128109d9
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14923667 Change-Id: Ic3d6aee13bdf09cbff6bb74bab70071268fdbe50
This commit is contained in:
@@ -158,10 +158,9 @@ class ConfigurationController {
|
||||
int configDiff;
|
||||
boolean equivalent;
|
||||
|
||||
final Resources.Theme systemTheme = mActivityThread.getSystemContext().getTheme();
|
||||
final Resources.Theme systemUiTheme = mActivityThread.getSystemUiContext().getTheme();
|
||||
|
||||
synchronized (mResourcesManager) {
|
||||
final Resources.Theme systemTheme = mActivityThread.getSystemContext().getTheme();
|
||||
final Resources.Theme systemUiTheme = mActivityThread.getSystemUiContext().getTheme();
|
||||
if (mPendingConfiguration != null) {
|
||||
if (!mPendingConfiguration.isOtherSeqNewer(config)) {
|
||||
config = mPendingConfiguration;
|
||||
|
||||
Reference in New Issue
Block a user