1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +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

@ -1,3 +1,6 @@
===== 0.7.7 (Oct 06, 2010) =====
* Power consumption has been fixed
===== 0.7.6 (Oct 05, 2010) =====
* Application icon with better resolution has been added
* Czech localization (by Marek Pavelka) has been added

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();