Trying to debug and fix a swipe to hide issue.
This commit is contained in:
parent
5ee5287ffa
commit
9f2a4438b1
@ -265,6 +265,12 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener {
|
||||
offsetOverride = lastVisibleItem
|
||||
)
|
||||
}
|
||||
} else {
|
||||
Toast.makeText(
|
||||
this@HomeActivity,
|
||||
"Found null when swiping at positon $position.",
|
||||
Toast.LENGTH_LONG
|
||||
).show()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user