0

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

DennisVA
  • 2,068
  • 1
  • 25
  • 35

1 Answers1

0

ok I figered to just put the drawer into lockmode after calling closedrawers()

DennisVA
  • 2,068
  • 1
  • 25
  • 35