You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: