dmitry-zaitsev/AndroidSideMenu

Disable Silde

wolvesworld opened this issue · 1 comments

It was a nice implement thank you ; But I have an issue because I am using google map on the right side and expandable list in the left and I toggle button to toggle the side menu , the Issue is when I am swiping the map to navigate threw it the side menu shows , So I want to disable the sliding and keep the event on Toggle button only. Is that Possible of any other advice ?

I think you can disable sliderHolder like this

slideHolder.setActivated(false);
slideHolder.setEnabled(false);