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

Commit 07d522f3 authored by Charles Chen's avatar Charles Chen Committed by Android (Google) Code Review
Browse files

Merge "Fix WindowContext cannot receive global config" into sc-dev

parents 9dea87c0 505dbe3d
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();
        }