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

Commit 00bf2213 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: Ic5d5182202bdc65a452198abe9c95a870b94da50
parents 95d15697 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);