SimonVT / android-menudrawer

*DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app.
http://simonvt.github.com/android-menudrawer/
Apache License 2.0
2.59k stars 1.11k forks source link

the right side overlaydrawer could not drag freely as left side. #256

Open taoqiyang opened 9 years ago

taoqiyang commented 9 years ago

i used the menudrawer today and found that the the right side overlaydrawer could not drag freely as left side.So,i viewed the source code and find that it will be ok if i modify the code at the line 406 of OverlayDrawer to "mMenuVisible && x >= width - Math.abs(mOffsetPixels)". ~~happy.