mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
code cleanup
This commit is contained in:
parent
4f886848f8
commit
a7b3d0349e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue