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

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

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

Change-Id: I195f1519490d8db3a7d4119921834bcd6b1ae21f
parents 64802cfb 48d830eb
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);