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

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

Merge "Revert "Fix the logics in ImeFocusController#onPostWindowFocus"" into...

Merge "Revert "Fix the logics in ImeFocusController#onPostWindowFocus"" into rvc-dev am: 48d830eb am: 450433bc

Change-Id: Iaba05e15d38e5e7318334ae0864957834ffc7589
parents 76482d16 450433bc
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, viewForWindowFocus.hasFocus());
        onViewFocusChanged(viewForWindowFocus, true);

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