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

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

Merge "Fix the logics in ImeFocusController#onPostWindowFocus" into rvc-dev am: 4220cf74

Change-Id: I351989117af2119eb63441cf4bc0e64158fe4792
parents f2a532a3 4220cf74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ public final class ImeFocusController {
        }
        // Update mNextServedView when focusedView changed.
        final View viewForWindowFocus = focusedView != null ? focusedView : mViewRootImpl.mView;
        onViewFocusChanged(viewForWindowFocus, true);
        onViewFocusChanged(viewForWindowFocus, viewForWindowFocus.hasFocus());

        immDelegate.startInputAsyncOnWindowFocusGain(viewForWindowFocus,
                windowAttribute.softInputMode, windowAttribute.flags, forceFocus);