Skip to content

Commit

Permalink
Update BannerRecyclerView.java
Browse files Browse the repository at this point in the history
  • Loading branch information
FatihUtkuKara committed Apr 2, 2024
1 parent 7e9be6f commit 2c12920
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public void success(VisilabsResponse response) {
setAdapter(bannerCarouselAdapter);
SnapHelper snapHelper = new PagerSnapHelper();
snapHelper.attachToRecyclerView(BannerRecyclerView.this);
bannerCarouselAdapter.notifyDataSetChanged();

} catch (Exception ex) {
Log.e(LOG_TAG, ex.getMessage(), ex);
Expand Down

0 comments on commit 2c12920

Please sign in to comment.