Changing wait time back to 200ms because there are times when the phone runs slower

This commit is contained in:
brunoais 2020-07-31 22:20:09 +01:00
parent a99dee19b0
commit b17e3e2bc0

View file

@ -252,7 +252,7 @@ public class Controller {
Device.setScreenPowerMode(Device.POWER_MODE_OFF);
}
},
100);
200);
}
}