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

Commit f3fd4f15 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

Change-Id: If7f77f6101aa7d2c9b80e9d4937658eea6e45213
parents 8c435cb0 00bf2213
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);