Merge "Fix issue where existing Activity Resources references would not update" into nyc-dev
am: c1ff12eccd
* commit 'c1ff12eccd0e48ff7feab62387e60ae4010a3cc9':
Fix issue where existing Activity Resources references would not update
Change-Id: I91cecfc1b5942d7e1c069e739be72a23472f6d47
This commit is contained in:
@@ -451,15 +451,8 @@ public class ResourcesManager {
|
||||
}
|
||||
|
||||
synchronized (this) {
|
||||
final ActivityResources activityResources =
|
||||
getOrCreateActivityResourcesStructLocked(
|
||||
activityToken);
|
||||
|
||||
if (overrideConfig != null) {
|
||||
activityResources.overrideConfig.setTo(overrideConfig);
|
||||
} else {
|
||||
activityResources.overrideConfig.setToDefaults();
|
||||
}
|
||||
// Force the creation of an ActivityResourcesStruct.
|
||||
getOrCreateActivityResourcesStructLocked(activityToken);
|
||||
}
|
||||
|
||||
// Update any existing Activity Resources references.
|
||||
|
||||
Reference in New Issue
Block a user