Skip to content

Commit

Permalink
HW-1 initView() private 접근 제한자 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mtjin committed Mar 4, 2020
1 parent 35d017a commit 254cb98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MainActivity : AppCompatActivity(),
initListener()
}

fun initView() {
private fun initView() {
etInput = findViewById(R.id.et_input)
btnSearch = findViewById(R.id.btn_search)
rvMovies = findViewById(R.id.rv_movies)
Expand Down

0 comments on commit 254cb98

Please sign in to comment.