Trying to debug and fix a swipe to hide issue.

This commit is contained in:
Amine Bou 2018-05-08 10:23:05 +02:00
parent 5ee5287ffa
commit 9f2a4438b1

View File

@ -265,6 +265,12 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener {
offsetOverride = lastVisibleItem offsetOverride = lastVisibleItem
) )
} }
} else {
Toast.makeText(
this@HomeActivity,
"Found null when swiping at positon $position.",
Toast.LENGTH_LONG
).show()
} }
} }
} }