Skip to content

Commit

Permalink
[chore] #48 라이팅 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
l2zh committed Jan 17, 2024
1 parent 938165c commit 294896e
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package sopt.motivoo.data.model.response.auth


import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package sopt.motivoo.data.model.response.auth


import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/sopt/motivoo/data/service/AuthService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ interface AuthService {

@DELETE("withdraw")
suspend fun deleteWithDraw(): ResponseWithDrawDto

}
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,4 @@ class MyLogoutFragment :

navController.navigate(R.id.action_myLogout_to_loginFragment, null, navOptions)
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class MyServiceOutFragment :
@Inject
lateinit var kakaoAuthService: KakaoAuthService


override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
setLayoutSizeRatio(widthPercent = 1f, heightPercent = 1f)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class AuthViewModel @Inject constructor(
}
}


companion object {
const val BEARER_PREFIX = "Bearer "
}
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
<string name="what_activity_description">가장 많이 하는 활동을 기준으로 선택해주세요</string>
<string name="frequency_exercise_title">일주일에 운동을\n몇 번 하시나요?</string>
<string name="frequency_activity_title">해당 활동을 일주일에\n몇 번 하시나요?</string>
<string name="frequency_under_one">1일 이하</string>
<string name="frequency_one_to_three">1일 - 3일 이내</string>
<string name="frequency_three_to_five">3일 - 5일 이내</string>
<string name="frequency_over_five">5일 - 매일</string>
<string name="frequency_under_one">1회 미만</string>
<string name="frequency_one_to_three">1-2회</string>
<string name="frequency_three_to_five">3-4회</string>
<string name="frequency_over_five">5회 이상</string>
<string name="time_under_thirty">30분 미만</string>
<string name="time_thirty_to_one">30분 - 1시간</string>
<string name="time_one_to_two">1시간 - 2시간</string>
Expand Down

0 comments on commit 294896e

Please sign in to comment.