alexvasilkov / alexvasilkov/GestureViews
Conflict with Fresco DraweeView#getController() method
Open
enhancement
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 391
- PR merge metrics
- No merged PRs in 30d
Description
I want create a class like this
```
class ReaderCellView extends DraweeView implements GestureView{
//...
}
```
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.