-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict with Fresco DraweeView#getController() method #25
Comments
can we use getAlexGestureController as the name of the function ? |
Yeah, it's sad that Fresco uses same method name. The only workaround I can suggest right now is to attach source code of this library and change method's name to whatever you like. I will consider this issue in next major release, but it will not be very soon unfortunately. |
Thank you very much! |
Thanks for your feedback, I will keep it open until I'll find a good way to fix it. |
Hi @alexvasilkov, Is there any update on this? |
I'm planing to implement this as part of future 3.x.x version since it requires breaking changes. Meanwhile I would suggest to use Glide or something similar if you want to use this library. |
I want create a class like this
but both DraweeView and GestureView has function getController()
and the return type is different.
And I think it is better to make the function of a Interface as special as we can.
The text was updated successfully, but these errors were encountered: