mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Previously, pressing back in a dialog on top of the gestures panel would always dismiss the gestures panel. This is because the UP event for the BACK key is sent to the underlying window after dismissing a dialog. This fix simply checks for DOWN events only.