Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3796189 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Apply pending AppInfo on Activity override change" into sc-dev am: d2dd6302 am: dfd3c926

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15260966

Change-Id: Ifb5de96582f8f9abf7c1eabc32f49c59682b9e7a
parents e66a6ca5 dfd3c926
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1158,9 +1158,15 @@ public class ResourcesManager {
                } else {
                    activityResources.overrideConfig.unset();
                }

                // Update the Activity's override display id.
                activityResources.overrideDisplayId = displayId;

                // If a application info update was scheduled to occur in this process but has not
                // occurred yet, apply it now so the resources objects will have updated paths if
                // the assets sequence changed.
                applyAllPendingAppInfoUpdates();

                if (DEBUG) {
                    Throwable here = new Throwable();
                    here.fillInStackTrace();