-
Notifications
You must be signed in to change notification settings - Fork 2
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
[FIX/#252] QA사항 구현 #260
Merged
Merged
[FIX/#252] QA사항 구현 #260
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e40471c
[FIX/#252] 성향검사 패스 후 앱 종료시 미종료 버그 수정
chattymin 68d920f
[FIX/#252] 게스트 이미지 미표기 오류 수정
chattymin 54b867e
[FIX/#252] 여행 캐릭터 검사 라이팅 수정
chattymin 21ef429
[FIX/#252] 저장 글자 색 변경
chattymin 44b4eb0
[FIX/#252] 버튼 연결
chattymin 561e772
[FIX/#252] 프로필 검사 후 내용 안뜨던 현상 해결 및 api 두번 호출하는 현상 해결
chattymin c4d344d
[FIX/#252] 모든 라이팅 "~니다" -> "이에요" 변경
chattymin 55a9960
[FIX/#252] 프로필수정 조건 추가
chattymin 7ec54cb
[FIX/#252] 설명 bind 안된부분 연결
chattymin c88f54e
[FIX/#252] 차트 간격 조정
chattymin dc08693
[FIX/#252] focus에 따른 삭제 버튼 활성화
chattymin dedee2d
[FIX/#252] “닉네임-한줄소개”와 “프로필수정 버튼” 정렬
chattymin 75a0364
[FIX/#252] 버튼 따라 올라가기
chattymin 13b42b8
[FIX/#252] 라이팅 변경
chattymin e2d950d
[FIX/#252] 라이팅 수정
chattymin 50482fc
Merge branch 'develop' into fix/#252-qa
chattymin 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,9 @@ import androidx.lifecycle.flowWithLifecycle | |
import androidx.lifecycle.lifecycleScope | ||
import com.going.domain.entity.AuthState | ||
import com.going.presentation.R | ||
import com.going.presentation.dashboard.DashBoardActivity | ||
import com.going.presentation.databinding.ActivitySignUpBinding | ||
import com.going.presentation.tendency.splash.TendencySplashActivity | ||
import com.going.presentation.util.initOnBackPressedListener | ||
import com.going.presentation.util.navigateToScreenClear | ||
import com.going.ui.base.BaseActivity | ||
import com.going.ui.extension.setOnSingleClickListener | ||
import com.going.ui.extension.toast | ||
|
@@ -83,8 +81,12 @@ class SignUpActivity : | |
TendencySplashActivity.createIntent( | ||
this, | ||
TendencySplashActivity.TENDENCY | ||
).apply { startActivity(this) } | ||
).apply { | ||
startActivity(this) | ||
finish() | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 굿 굿 조아요! |
||
} | ||
} | ||
|
||
AuthState.FAILURE -> toast(getString(R.string.server_error)) | ||
AuthState.OTHER_PAGE -> return@onEach | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,8 @@ class CheckFriendsViewHolder( | |
4 -> R.drawable.img_profile_8 | ||
5 -> R.drawable.img_profile_5 | ||
6 -> R.drawable.img_profile_7 | ||
else -> R.drawable.img_profile_3 | ||
7 -> R.drawable.img_profile_3 | ||
else -> R.drawable.img_profile_guest | ||
Comment on lines
+29
to
+30
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 수정 감사합니다!!!! |
||
} | ||
ivTodoFriend.load(profileImage) { | ||
transformations(CircleCropTransformation()) | ||
|
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.
굿굿 요런 기능이 있단 걸 오늘 배웠숩니닥!