mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
formatting cleanup
This commit is contained in:
parent
3c29d063ec
commit
a709312218
1 changed files with 3 additions and 3 deletions
|
@ -239,7 +239,7 @@ class CurlAnimationProvider extends AnimationProvider {
|
|||
y = 1;
|
||||
} else {
|
||||
x = 1;
|
||||
y = mySpeed < 0 ? myHeight - 3 : 3;
|
||||
y = mySpeed < 0 ? myHeight - 3 : 3;
|
||||
}
|
||||
} else {
|
||||
final int cornerX = x > myWidth / 2 ? myWidth : 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue