feat(chat): Talk 탭에 RecyclerView 스크롤 페이지네이션 추가

- /api/chat/room/list 호출에 page 파라미터 적용 (0부터 시작)
- ViewModel에 currentPage/lastPageReached 상태 추가 및 append 로직 구현
- Fragment에 스크롤 리스너로 바닥 근접 시 다음 페이지 자동 로드
- 빈 데이터 시 마지막 페이지로 간주하여 추가 로딩 중단
This commit is contained in:
2025-09-11 14:38:29 +09:00
parent 56e99912d4
commit 8de0dc2242
5 changed files with 57 additions and 13 deletions

View File

@@ -35,8 +35,8 @@ android {
applicationId "kr.co.vividnext.sodalive"
minSdk 23
targetSdk 34
versionCode 181
versionName "1.41.0"
versionCode 184
versionName "1.42.0"
}
buildTypes {