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:
parent
0d5e423c6c
commit
2f4635f944
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -168,6 +168,7 @@ public final class FBReader extends ZLAndroidActivity {
|
|||
public void onPause() {
|
||||
if (myWakeLock != null) {
|
||||
myWakeLock.release();
|
||||
myWakeLock = null;
|
||||
}
|
||||
ControlButtonPanel.saveVisibilities();
|
||||
super.onPause();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue