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

Commit 10fd6a04 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...

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

Change-Id: Ia3514df70a71dd774770c37cc507cad85ac357ea
parents 47f68ef8 a36d4149
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);