pebble-dev / RebbleOS

open source operating system for low-power smartwatches
Other
355 stars 38 forks source link

Fix - Crash on button press in Action Menu Test #158

Closed Blackhawk95 closed 3 years ago

Blackhawk95 commented 3 years ago

Context not passed to clickrecognizer callback during a click. Added missing "window_set_click_context()" for all buttons.

Thanks to @AviiNL for finding the fix.

jwise commented 3 years ago

Excellent! Thanks so much to both of you for this fix!