We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb5469 commit f7df1a5Copy full SHA for f7df1a5
app/build.gradle
@@ -22,7 +22,7 @@ android {
22
minSdkVersion 21
23
targetSdkVersion 35
24
versionCode 56
25
- versionName "3.3.9"
+ versionName "3.4.0"
26
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
27
}
28
app/src/main/java/com/lagradost/quicknovel/ui/download/ViewpagerAdapter.kt
@@ -54,7 +54,7 @@ class ViewpagerAdapter(
54
a.title == b.title
55
},
56
contentSame = { a, b ->
57
- a.items === b.items && a.title == b.title
+ a.items == b.items && a.title == b.title
58
59
)) {
60
0 commit comments