Skip to content

Commit

Permalink
[chore] 가시성 제한자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwon2724 committed Aug 3, 2024
1 parent f7f9791 commit f072c21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class LoginViewModel @Inject constructor(
}
}

private fun setCategories() {
fun setCategories() {
val categoryNames: List<String> = listOf(
context.getString(R.string.sports_and_leisure),
context.getString(R.string.phrases_and_office),
Expand Down

0 comments on commit f072c21

Please sign in to comment.