1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

"Show status bar" option bug has been fixed

git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1411 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
Vasiliy Bout 2010-05-18 12:22:38 +00:00
parent 51a9699c12
commit 945cb40534
2 changed files with 2 additions and 2 deletions

View file

@ -87,8 +87,8 @@ public class FBReader extends ZLAndroidActivity {
final int fullScreenFlag =
application.ShowStatusBarOption.getValue() ? 0 : WindowManager.LayoutParams.FLAG_FULLSCREEN;
if (fullScreenFlag != myFullScreenFlag) {
startActivity(new Intent(this, this.getClass()));
finish();
startActivity(new Intent(this, this.getClass()));
}
if (myPanel.ControlPanel == null) {