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

code cleanup

This commit is contained in:
Nikolay Pultsin 2011-07-16 12:16:16 +01:00
parent 4f886848f8
commit a7b3d0349e

View file

@ -202,7 +202,7 @@ public final class FBReader extends ZLAndroidActivity {
application.ShowStatusBarOption.getValue() ? 0 : WindowManager.LayoutParams.FLAG_FULLSCREEN; application.ShowStatusBarOption.getValue() ? 0 : WindowManager.LayoutParams.FLAG_FULLSCREEN;
if (fullScreenFlag != myFullScreenFlag) { if (fullScreenFlag != myFullScreenFlag) {
finish(); finish();
startActivity(new Intent(this, this.getClass())); startActivity(new Intent(this, getClass()));
} }
final FBReaderApp fbReader = (FBReaderApp)FBReaderApp.Instance(); final FBReaderApp fbReader = (FBReaderApp)FBReaderApp.Instance();