Skip to content

Commit 7461c14

Browse files
committed
bump + overscroll fix
1 parent 619e6bb commit 7461c14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
minSdkVersion 21
2323
targetSdkVersion 35
2424
versionCode 56
25-
versionName "3.3.2"
25+
versionName "3.3.3"
2626
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2727
}
2828

app/src/main/java/com/lagradost/quicknovel/ReadActivity2.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ class ReadActivity2 : AppCompatActivity(), ColorPickerDialogListener {
981981
val translated = !canScrollVertically(-1) || !canScrollVertically(1)
982982
if (translated) {
983983
// * (maxScrollOver - currentOverScroll.absoluteValue))
984-
currentOverScroll += dy * 0.3f
984+
currentOverScroll += dy * 0.1f
985985
}
986986

987987
// if we can scroll down then we cant translate down

0 commit comments

Comments
 (0)