diff --git a/ui.c b/ui.c index 378125b..0273a48 100644 --- a/ui.c +++ b/ui.c @@ -2105,10 +2105,10 @@ ui_process_keypad(void) if (key >= 0 && keypad_click(key)) /* exit loop on done or cancel */ break; - else if (key == -2) { - //xxx; - return; - } +// else if (key == -2) { +// //xxx; +// return; +// } } }