Skip to content

Prevent crashes due to rapid taps

Kamal Bramwell requested to merge debounce_button_taps into development

Many buttons now only respond to the first tap

  • Buttons/menu icons that navigate to a different screen
  • Buttons that launch popups
  • Buttons that dismiss popups
  • Buttons that perform an action that only needs to be done once per screen
Edited by Kamal Bramwell

Merge request reports