1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00

Power consumption has been fixed

This commit is contained in:
Nikolay Pultsin 2010-10-05 23:38:31 +01:00
parent 0d5e423c6c
commit 2f4635f944
2 changed files with 4 additions and 0 deletions

View file

@ -168,6 +168,7 @@ public final class FBReader extends ZLAndroidActivity {
public void onPause() {
if (myWakeLock != null) {
myWakeLock.release();
myWakeLock = null;
}
ControlButtonPanel.saveVisibilities();
super.onPause();