Support keeping system awake while downloading anything

This commit is contained in:
drdev
2016-04-17 20:33:38 +00:00
parent 27e0451026
commit 4b5e6acbc0
9 changed files with 49 additions and 2 deletions

View File

@@ -283,4 +283,9 @@ public class GuiDesktop implements IGuiBase {
public String encodeSymbols(String str, boolean formatReminderText) {
return FSkin.encodeSymbols(str, formatReminderText);
}
@Override
public void preventSystemSleep(boolean preventSleep) {
}
}