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

UseCase Throwing Err #87

Merged
merged 3 commits into from
Dec 7, 2023
Merged

UseCase Throwing Err #87

merged 3 commits into from
Dec 7, 2023

Conversation

sggithi
Copy link
Contributor

@sggithi sggithi commented Dec 7, 2023

UseCase들에서 error나 fail 발생시 default값 리턴하는 것들 error 던지게 수정했습니다!
(Toast 띄워요)

@sggithi sggithi marked this pull request as ready for review December 7, 2023 09:52
Copy link
Contributor

@heka1024 heka1024 left a comment

Choose a reason for hiding this comment

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

고생하셨어요~

call.enqueue(object : Callback<Void> {
override fun onResponse(call: Call<Void>, response: Response<Void>) {
if (response.isSuccessful) {
Log.d("meetup", "SUcces!!")
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.

넵 여기 디버깅해보면서 수정해볼게요!

@sggithi sggithi merged commit aa55dce into main Dec 7, 2023
1 check passed
@sggithi sggithi deleted the last-placeRec branch December 7, 2023 10:52
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.

2 participants