Merge "Fixed flags when button that trigger autofill is clicked." into pi-dev
am: a56e4bbad0
Change-Id: Ia97e42c8444a2c8a726dc3052fa7307f2e93cb49
This commit is contained in:
@@ -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