pwittchen / InfiniteScroll

Infinite Scroll (Endless Scrolling) for RecyclerView in Android
Apache License 2.0
189 stars 26 forks source link

Recyclerview mismatch #17

Closed rajumark closed 5 years ago

rajumark commented 5 years ago

Screen Shot 2019-05-27 at 2 54 30 PM

pwittchen commented 5 years ago

Hi,

It looks like you're using android support library instead of anroidx, which is the latest and recommended dependency. You can replace support library with androidx.appcompat:appcompat:latest_version in your dependency list. If for some reason, you need or want to use support library, you can use0.0.1 version of the InfiniteScroll library (instead of 0.0.2), which uses android support library under the hood.

Regards, Piotr

pwittchen commented 5 years ago

Did my suggestions solve your issue @rajumark?

rajumark commented 5 years ago

Yes , thanks a lot

On Wed, May 29, 2019, 4:26 AM Piotr Wittchen notifications@github.com wrote:

Did my suggestions solve your issue @rajumark https://github.com/rajumark?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pwittchen/InfiniteScroll/issues/17?email_source=notifications&email_token=AF3REI72UQCGCBAV7TSE36LPXW2BLA5CNFSM4HP2FJZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWNVRLI#issuecomment-496720045, or mute the thread https://github.com/notifications/unsubscribe-auth/AF3REI5C2U2BSDMCU5LNGE3PXW2BLANCNFSM4HP2FJZQ .

pwittchen commented 5 years ago

Ok, great.