Prevent flicker when typing any character for filter.
Bug: 138261589
Test: atest CtsAutoFillServiceTestCases
Test: manually.
Change-Id: I20320412c24a6a1b04e4f1bb006e3b40f8e9771f
(cherry picked from commit a7180cd863)
This commit is contained in:
@@ -2407,7 +2407,9 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
|
||||
|
||||
// Update the view states first...
|
||||
mCurrentViewId = viewState.id;
|
||||
viewState.setCurrentValue(value);
|
||||
if (value != null) {
|
||||
viewState.setCurrentValue(value);
|
||||
}
|
||||
|
||||
if (mCompatMode && (viewState.getState() & ViewState.STATE_URL_BAR) != 0) {
|
||||
if (sDebug) Slog.d(TAG, "Ignoring VIEW_ENTERED on URL BAR (id=" + id + ")");
|
||||
|
||||
Reference in New Issue
Block a user