Merge "Revert "Fix the logics in ImeFocusController#onPostWindowFocus"" into rvc-dev am: 48d830ebd9 am: 450433bcc1
Change-Id: Iaba05e15d38e5e7318334ae0864957834ffc7589
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user