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

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

Merge "Keeps the served view of the window when focus to the next window" into...

Merge "Keeps the served view of the window when focus to the next window" into rvc-dev am: 6e9ee1c7 am: 21f73b0d am: 91733abc

Change-Id: Icae899c9a072a104287c8a0c0feba75077e6ebd9
parents 34a8f502 91733abc
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -645,11 +645,6 @@ public final class InputMethodManager {
        @Override
        public void setCurrentRootView(ViewRootImpl rootView) {
            synchronized (mH) {
                if (mCurRootView != null) {
                    // Reset the last served view and restart window focus state of the root view.
                    mCurRootView.getImeFocusController().setServedView(null);
                    mRestartOnNextWindowFocus = true;
                }
                mCurRootView = rootView;
            }
        }