lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

build failure with com.android.support:recyclerview-v7:22.2.+ #239

Open zhangchaoxu opened 9 years ago

zhangchaoxu commented 9 years ago

As google added a new method onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) method into RecyclerView.OnItemTouchListener in recyclerview-v7:22.2.0, when we try to use twoway-view with recyclerview-v7:22.2.+, will encounter build failure.

method onRequestDisallowInterceptTouchEvent should be override in ItemClickSupport.TouchListener or ClickItemTouchListener.

zhangchaoxu commented 9 years ago

the code of method as below ` /**