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

Commit 303b28a9 authored by Chris Li's avatar Chris Li Committed by Automerger Merge Worker
Browse files

Merge "Unregister configuration listener after the WindowProcessController was...

Merge "Unregister configuration listener after the WindowProcessController was disallowed to be overridden." am: e563bef9

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

Change-Id: Iff23becc585991e5f1b9a872c34a24036ee306a9
parents 9db0590d e563bef9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1547,7 +1547,9 @@ public class WindowProcessController extends ConfigurationContainer<Configuratio
                // activity as it could lead to incorrect display metrics. For ex, IME services
                // expect their config to match the config of the display with the IME window
                // showing.
                // If the configuration has been overridden by previous activity, empty it.
                mIsActivityConfigOverrideAllowed = false;
                unregisterActivityConfigurationListener();
                break;
            default:
                break;