Merge "Fixed flags when button that trigger autofill is clicked." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a56e4bbad0
@@ -6546,7 +6546,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
|
||||
} finally {
|
||||
// Set it to already called so it's not called twice when called by
|
||||
// performClickInternal()
|
||||
mPrivateFlags |= ~PFLAG_NOTIFY_AUTOFILL_MANAGER_ON_CLICK;
|
||||
mPrivateFlags &= ~PFLAG_NOTIFY_AUTOFILL_MANAGER_ON_CLICK;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user