mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -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_Status:
|
||||||
switch(calStatus){
|
switch(calStatus){
|
||||||
case cal_exit:
|
case cal_exit:
|
||||||
rb->lcd_clear_display();
|
return;
|
||||||
rb->splash(HZ/3, "Bye now!");
|
|
||||||
break;
|
|
||||||
case cal_error:
|
case cal_error:
|
||||||
clearbuf();
|
clearbuf();
|
||||||
rb->snprintf(buf, 19, "%18s","Error");
|
rb->snprintf(buf, 19, "%18s","Error");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue