You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With low power mode enabled, the screen has to be tapped every couple of minutes 30s to reset the idle timer to prevent the device from sleeping. Though this is typically only an issue when waiting for long commands to complete (e.g., extracting sdks for Theos), I think it would be useful to have the option to disable it nevertheless.
Implementing it should be as simple as running [[UIApplication sharedApplication] setIdleTimerDisabled:YES];.
Thanks for your consideration and continued work on this awesome project!
The text was updated successfully, but these errors were encountered:
With low power mode enabled, the screen has to be tapped every
couple of minutes30s to reset the idle timer to prevent the device from sleeping. Though this is typically only an issue when waiting for long commands to complete (e.g., extracting sdks for Theos), I think it would be useful to have the option to disable it nevertheless.Implementing it should be as simple as running
[[UIApplication sharedApplication] setIdleTimerDisabled:YES];
.Thanks for your consideration and continued work on this awesome project!
The text was updated successfully, but these errors were encountered: