Fix if-statement.

This commit is contained in:
Johannes Mockenhaupt 2017-08-05 12:35:05 +02:00
parent 134bc32dac
commit 8369893428
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -101,7 +101,7 @@ public class GetBasalCommand implements Command {
if(retries>0)
if(scripter.goToMainMenuScreen(MenuType.BASAL_1_MENU,30000))
{
if(scripter.enterMenu(MenuType.BASAL_1_MENU,MenuType.BASAL_TOTAL, RuffyScripter.Key.CHECK,2000));
if(scripter.enterMenu(MenuType.BASAL_1_MENU,MenuType.BASAL_TOTAL, RuffyScripter.Key.CHECK,2000))
{
updateState(BASAL_OVERVIEW, 30);
retries=0;