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
|
@ -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