Skip to content

Commit 49cb02d

Browse files
Merge pull request #5 from Omega-R/develop
Upagrade omegaAdapter
2 parents c9eed51 + 7da6620 commit 49cb02d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
implementation 'com.github.Omega-R.OmegaTypes:omegatypes:2.0.3'
4848
implementation "com.github.Omega-R.OmegaRecyclerView:omegarecyclerview:1.9.9@aar"
4949
implementation 'com.github.Omega-R:OmegaClicks:1.0.0'
50-
implementation 'com.github.Omega-R:OmegaAdapters:1.0.1'
50+
implementation 'com.github.Omega-R:OmegaAdapters:1.0.2'
5151

5252

5353
testImplementation 'junit:junit:4.13.2'

library/src/main/java/com/omega_r/bind/adapters/OmegaStickyAutoAdapter.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,9 @@ open class OmegaStickyAutoAdapter<M, VH>(
127127

128128
}
129129

130+
override fun onClickStickyViewHolder(id: Long) {
131+
// nothing
132+
}
133+
130134

131135
}

0 commit comments

Comments
 (0)