Skip to content

Commit

Permalink
Revert "임시 활성화"
Browse files Browse the repository at this point in the history
This reverts commit 670297f.
  • Loading branch information
riflockle7 committed Oct 28, 2023
1 parent 5535aab commit 00e5cce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private object AuthorizationHeaderClient {
private val MaxTimeoutMillis = 3.seconds
private const val MaxRetryCount = 3
private val BaseUrl by lazy { getApiBaseUrl() }
private const val ClientName = "ios"
private const val ClientName = "android"

operator fun invoke(authorizationCheck: Boolean = true) = HttpClient(engineFactory = CIO) {
engine {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ internal fun HomeTopAppBar(
val homeTextTabTitles = remember {
immutableListOf(
context.getString(R.string.recommend),
context.getString(R.string.proceed),
// context.getString(R.string.proceed),
context.getString(R.string.following),
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ internal enum class HomeStep(
index = 0,
),

HomeProceedScreen(
HomeFollowingScreen(
index = 1,
),

HomeFollowingScreen(
// TODO(riflockle7): 추후 index = 1
HomeProceedScreen(
index = 2,
),
;
Expand Down

0 comments on commit 00e5cce

Please sign in to comment.