alexvasilkov / alexvasilkov/GestureViews
Conflict with Fresco DraweeView#getController() method
未關閉
enhancement
- 主要語言
- Java
- 星號
- 2.4k
- 分支
- 391
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。