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

Commit 450433bc 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: I02fc5c9c9b359677006422873f3b6109e7b72ed9
parents 4dd35c5c 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);