Skip to content

Fix the conflict with ListView.

Compare
Choose a tag to compare
@SpecialCyCi SpecialCyCi released this 30 May 09:17
· 37 commits to master since this release

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);
    }