mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
plugins: calculator: remove delay when quitting
Change-Id: Ie419e19302c6ec7d2f452fad4aa3e51a0325e899
This commit is contained in:
parent
9593dca0ef
commit
1812d15416
1 changed files with 1 additions and 3 deletions
|
@ -1619,9 +1619,7 @@ static void printResult(void)
|
|||
switch_Status:
|
||||
switch(calStatus){
|
||||
case cal_exit:
|
||||
rb->lcd_clear_display();
|
||||
rb->splash(HZ/3, "Bye now!");
|
||||
break;
|
||||
return;
|
||||
case cal_error:
|
||||
clearbuf();
|
||||
rb->snprintf(buf, 19, "%18s","Error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue