Correct mechanism of mark and unmark snackbars #74

Merged
AmineB merged 2 commits from davidoskky/ReaderForSelfoss-multiplatform:snackbar-mark into master 2022-10-04 18:43:45 +00:00
Showing only changes of commit 1d2e5069b8 - Show all commits

View File

@ -55,7 +55,7 @@ abstract class ItemsAdapter<VH : RecyclerView.ViewHolder?> : RecyclerView.Adapte
Snackbar.LENGTH_LONG
)
.setAction(R.string.undo_string) {
readItemAtIndex(item, position)
readItemAtIndex(item, position, false)
}
val view = s.view