Small fix for slow Set error

This commit is contained in:
Sandra Keßler 2017-08-06 22:02:34 +02:00
parent bd0a298168
commit 6acc25978b

View file

@ -254,8 +254,8 @@ public class SetTbrCommand implements Command {
else {
Log.v("SetTbrCommand:tick",state+": setting");
scripter.pressCheckKey();
scripter.waitScreen(300);
if(scripter.currentMenu.getType()==MenuType.MAIN_MENU || scripter.currentMenu.getType()!=MenuType.WARNING_OR_ERROR)
scripter.waitScreen(500);
if(scripter.currentMenu.getType()==MenuType.MAIN_MENU || scripter.currentMenu.getType()==MenuType.WARNING_OR_ERROR)
{
Log.v("SetTbrCommand:tick",state+": set and going to SET");
updateState(SET, 30);