-
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
[MOVE/#109] 세연 담당 뷰 패키징 재구성 #112
Conversation
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.
좋아요!!!! LGTM~
app/src/main/AndroidManifest.xml
Outdated
android:name="com.going.presentation.entertrip.starttrip.StartTripSplashActivity" | ||
android:exported="false" | ||
android:name="com.going.presentation.entertrip.StartTripSplashActivity" | ||
android:exported="true" |
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.
에헴,,,,
|
||
@POST("/api/trips/{tripId}/entry") | ||
suspend fun postStartInviteTrip( | ||
@Path("tripId") tripId: Long, | ||
@Body request: StartInviteTripRequestDto, | ||
): BaseResponse<StartInviteTripResponseDto> |
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.
오! 수고하셨어용
import com.going.presentation.entertrip.createtrip.choosedate.EnterTripActivity.Companion.END | ||
import com.going.presentation.entertrip.createtrip.choosedate.EnterTripActivity.Companion.START | ||
import com.going.presentation.entertrip.createtrip.choosedate.EnterTripActivity.Companion.TITLE | ||
import com.going.presentation.entertrip.createtrip.choosedate.EnterTripActivity.Companion.TRIP_ID |
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.
폴더링 수고하셨습니둥
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.
굿 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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.
굿!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -5,6 +5,7 @@ import android.content.Intent | |||
import android.os.Bundle | |||
import android.os.Handler | |||
import android.os.Looper | |||
import android.util.Log |
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.
지워줏셋욧
⛳️ Work Description
📢 To Reviewers