The title basically says it all:
In my code i call drawer.closeDrawers(); but when the user pushes a button in the linearlayout from the left drawer while the closing animation is running, the left drawer reopens again.
I tried to set focusable and clickable false on the linearlayout until the animation is done, but that doesn't help