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

Commit 311bcfa1 authored by Charles Chen's avatar Charles Chen Committed by Automerger Merge Worker
Browse files

Merge "Fix WindowContext cannot receive global config" into sc-dev am: 07d522f3

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

Change-Id: I45fb78e3009462248c9722b715cec051ebc29c0b
parents b7c82c65 07d522f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ class WindowContextListenerController {
        }

        @Override
        public void onRequestedOverrideConfigurationChanged(Configuration overrideConfiguration) {
        public void onMergedOverrideConfigurationChanged(Configuration mergedOverrideConfig) {
            reportConfigToWindowTokenClient();
        }