-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AN/USER] refactor: LiveData to Flow 리팩터링 (축제 목록, 마이페이지) (#493)
* refactor: 축제 목록 화면 Flow 적용 * refactor: 마이페이지 화면 Flow 적용 * test: 마이페이지 테스트 중복 코드 함수 분리 * fix: repeatOnStarted 변경사항 반영 * refactor: asStateFlow, asSharedFlow 사용 * test: cancelAndIgnoreRemainingEvents로 종료 명시 * test: cancelAndIgnoreRemainingEvents 제거
- Loading branch information
Showing
7 changed files
with
196 additions
and
184 deletions.
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
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.