Fix overshoots navigating to a menu.

This commit is contained in:
Johannes Mockenhaupt 2017-11-20 19:14:43 +01:00
parent 1375ee053c
commit 86eb33403d
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -640,7 +640,7 @@ public class RuffyScripter implements RuffyCommands {
+ ". Check menu settings on your pump to ensure it's not hidden."); + ". Check menu settings on your pump to ensure it's not hidden.");
} }
pressMenuKey(); pressMenuKey();
SystemClock.sleep(200); waitForScreenUpdate();
} }
} }