-
Notifications
You must be signed in to change notification settings - Fork 0
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: 보관함 읽기 상태에 따른 탭 이동 구현 #561
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
c9540b6
feat: 내 서재 보관함 레이아웃 영역 추가
yeonjeen 9847ae6
feat: 내 서재 보관함 읽기 상태 탭별 개별 이동 로직 구현
yeonjeen 05ee178
feat: 다른유저 서재 보관함 읽기 상태 탭별 개별 이동 로직 구현
yeonjeen 6018733
refactor: 불필요한 코드 삭제
yeonjeen 998721b
feat: 다른유저 서재 보관함 레이아웃 영역 추가
yeonjeen b5b76ec
feat: 읽기상태 경로에 따른 보관함 작품 업데이트 로직 분기처리
yeonjeen f8453da
feat: 보관함 이동 시 업데이트 조건에 읽기 상태 추가
yeonjeen 491aaa0
refactor: 함수 이름 변경
yeonjeen 795acac
Merge remote-tracking branch 'origin/develop' into feat/554
yeonjeen 7e9d871
refactor: 코드리뷰반영
yeonjeen 0e06d67
refactor: 린트해결
yeonjeen 58ce4a0
refactor: 린트해결
yeonjeen fc4293c
refactor: 린트해결
yeonjeen 5b17f7e
refactor: 린트해결
yeonjeen 1803f50
refactor: 린트해결
yeonjeen a462c8a
refactor: 린트해결
yeonjeen 07719f7
refactor: 린트해결
yeonjeen 275bc5c
refactor: 린트해결
yeonjeen 34c5538
build: ktlint 포맷팅
m6z1 353b180
Merge branch 'develop' of https://github.com/Team-WSS/WSS-Android int…
m6z1 de1b6b9
build: ktlint expression body 설정 비활성화
m6z1 784199a
build: ktlint 포맷팅
m6z1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a: coerceAtLeast 가 무슨 속성인가요 ?? 어떤 로직인 지 궁금해요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
예외처리를 한건데요! coerceAtLeast 는 값이 최소값보다 작을 경우 최소값을 반환합니다! 그래서 예외나 오류가 발생했을 때 관심으로 이동할 수 있도록 처리했습니다!