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

Commit c80060da 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 am: 303b28a9 am: d2994c16 am: e0a2459c am: 09282b3d

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

Change-Id: I16704b3a6f0ae9dc7751ab3146fd40d95f186eee
parents be30a630 09282b3d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1559,7 +1559,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;