We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68311f2 commit 2470faeCopy full SHA for 2470fae
1 file changed
app/src/main/java/com/runnect/runnect/presentation/mypage/history/MyHistoryActivity.kt
@@ -145,8 +145,8 @@ class MyHistoryActivity : BindingActivity<ActivityMyHistoryBinding>(R.layout.act
145
exitEditMode()
146
}
147
148
- viewModel.itemsToDeleteLiveData.observe(this) { count ->
149
- updateDeleteButton(count.size)
+ viewModel.itemsToDeleteLiveData.observe(this) {
+ updateDeleteButton(it.size)
150
151
152
0 commit comments