DomainGroupOSS / accounts-autocomplete

An M-compatible custom AutoCompleteTextView that shows the user's Google accounts as autocomplete suggestions.
Apache License 2.0
16 stars 4 forks source link

Library Hijacking Permission Callback #18

Open JohnnyZhou opened 8 years ago

JohnnyZhou commented 8 years ago

It seems like if there is another component on the same activity that requests for other permissions the onDenied callback does not occur even though it has nothing to do with autocomplete.

zmdominguez commented 7 years ago

Hey @JohnnyZhou, can you please verify if #19 addresses this issue? Ta!