Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: emoji pagination #67

Merged
merged 3 commits into from
Nov 24, 2023
Merged

Conversation

2018JunyoungLim
Copy link
Contributor

수정사항

  • Emoji tab에 pagination을 적용하였습니다.

Copy link
Contributor

@peng-u-0807 peng-u-0807 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

import com.goliath.emojihub.models.EmojiDto
import javax.inject.Inject

class EmojiPagingSource @Inject constructor(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

사소하지만 여기 whitespace 빼주시면 좋을 것 같습니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정하였습니다!

}
return listOf()
override suspend fun fetchEmojiList(): Flow<PagingData<EmojiDto>> {
// try {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기 뿐만 아니라 다른 파일에 대해서도 공통적으로 남기는 코멘트인데 더이상 사용하지 않을 코드에 대해서는 주석보다는 아예 삭제 부탁드립니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정하였습니다!

@yangchanhk98 yangchanhk98 merged commit f5c4e99 into develop Nov 24, 2023
2 checks passed
@thisisWooyeol thisisWooyeol deleted the feat/android-emoji-pagination branch November 24, 2023 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants