Skip to content

Commit

Permalink
feat(PopularFestivalViewPagerAdapter): 미리 로딩하는 좌우 화면 개수를 2로 변경한다
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed Feb 26, 2024
1 parent 674bdb2 commit 0184cd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class PopularFestivalViewPagerAdapter(
}

companion object {
private const val ALREADY_LOAD_POSITION_CONDITION = 4
private const val ALREADY_LOAD_POSITION_CONDITION = 2
private const val RATE_SELECT_BY_UNSELECT = 0.81f
private const val PAGE_LIMIT = 4
private const val IMAGE_SIZE = 220.0f
Expand Down

0 comments on commit 0184cd9

Please sign in to comment.