update targetSdkVersion to 28 (#842)
* update targetSdkVersion to 28 * update robolectric to support api 28
This commit is contained in:
parent
4402f3d337
commit
dbb3f4e826
4 changed files with 8 additions and 8 deletions
|
|
@ -174,7 +174,7 @@ class AccountMediaFragment : BaseFragment(), Injectable {
|
|||
|
||||
recycler_view.addOnScrollListener(object : RecyclerView.OnScrollListener() {
|
||||
|
||||
override fun onScrolled(recycler_view: RecyclerView?, dx: Int, dy: Int) {
|
||||
override fun onScrolled(recycler_view: RecyclerView, dx: Int, dy: Int) {
|
||||
if (dy > 0) {
|
||||
val itemCount = layoutManager.itemCount
|
||||
val lastItem = layoutManager.findLastCompletelyVisibleItemPosition()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue