AndroidResideMenu v1.4.1 Release Notes

Release Date: 2014-05-30 // almost 10 years ago
  • ๐Ÿ”„ 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.

    @Overridepublic boolean dispatchTouchEvent(MotionEvent ev) { return resideMenu.dispatchTouchEvent(ev); }