Fix the conflict with ListView.
Change Log
- Fix the conflict with ListView.
- Fix the conflict with OnItemClickListener.
Version Migration
Upgrading to v1.4.1
from v1.3
, v1.2
, v1.1
, v1.0
Duplicate the followed code in dispatchTouchEvent() of Activity, replace the old dispatchTouchEvent()
code.
@Override
public boolean dispatchTouchEvent(MotionEvent ev) {
return resideMenu.dispatchTouchEvent(ev);
}